@charset "utf-8";
/* CSS Document */

#container	{
  margin: 0 auto;
  width: 900px;
  text-align: left;
  margin-top:10px;
  }

#body		{
	border: solid 1px #999999;
	background-color:#FFFFFF;
	width:725px;
	height:465px;
	float:right;
	margin-left:5px;
	margin-top:10px;
}
			
#swf		{z-index: 0; text-align:center;}

#bracket1	{
	background-image:url(../../images/backgrounds/chrome.gif);
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:210px;
	height:100px;
	float:left;
	font-weight:bold;
	line-height:17px;
	background-repeat: no-repeat;
	
}
			
#bracket2	{
	background-image:url(../../images/backgrounds/chrome.gif);
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:210px;
	height:100px;
	float:left;
	font-weight:bold;
	line-height:17px;
	background-repeat: no-repeat;
	
}
			 
#bracket3	{
	background-image:url(../../images/backgrounds/chrome2.gif);
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:175px;
	height:100px;
	float:right;
	font-weight:bold;
	line-height:17px;
}
			 
#bracket_text	{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	color:#333333;
	}
	
#bracket_title	{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding-left:5px;
	color:#333333;
	margin-left:3px;
	}	
	
	
.bracket a:link {color: #333333; text-decoration:none;}
.bracket a:visited {color: #333333; text-decoration:none;}
.bracket a:hover {color: #0000ff; text-decoration:underline;}
.bracket a:active {color: #333333; text-decoration:none;}	
				 
#img		{float:left; border:none;}
