@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #747374;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#contentWrapper {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	background-image: url(/images/2010header.gif);
	height: 186px;
	width: 900px;
}

#mainContent {
	width: 900px;
	height: 477px;
	background-image: url(/images/2010-home.jpg);
	background-repeat: no-repeat;
}

#subContent {
	background-color: #FFF;
	padding: 30px;
	text-align: left;
}
#subContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #747374;

}

#subContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;

}
#sub {
	padding-right: 75px;
	padding-left: 50px;
}
#sub p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#sub p a  {
	color: #000;
}





* html #mainContent{
margin-left: 36px;
}

#caption {
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 500px 50px 0 50px;

}


#players {
	background-color: #FFF;
	padding: 30px;
	text-align: left;
	height: 400px;
}



/*the menu*/

#menu {
margin-right: -100px;
}

#menu ul
{
	padding-left: 10px;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 150px;
}



#menu ul li { display: inline; }

#menu ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 13px;
}

#menu ul li a:hover
{
	color: #fff;
	background-color: #C42426;
}

#footer {
	clear:both;
	background-color: #FFF;
	height: 124px;
	color: #FFF;
	padding-top: 15px;
}



#footer a:visited, #footer a, #footer a:link {
	color: #FFF;
	text-decoration: none;

}

#box1 {
	width: 215px;
	height: 160px;
	float:right;
	border: thin solid #666;
	background:white;
	filter:alpha(opacity=70);
	opacity:.70;
	margin-right: 30px;
	margin-top: 30px;
	
}

#box1over {
	width: 215px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px;
	margin-left: 655px;
	margin-top: 30px;
	float:right;
	z-index:2;
	position:absolute;
	
	}
	




#box2 {
	width: 215px;
	height: 160px;
	float:right;
	border: thin solid #666;
	background:white;
	filter:alpha(opacity=70);
	opacity:.70;
	margin-right: 30px;	
	margin-top: 15px;
	clear:both;
	

}

#box2over {
	width: 215px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px;
	margin-left: 655px;
	margin-top: 210px;
	float:right;
	z-index:2;
	position:absolute;
	
	}

#box3 {
	width: 157px;
	height:160px;
	background-image:url(images/box3bg.gif);
	padding-top: 3px;
	
}

#box3 p, #box3 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
#picture img {
	margin: 10px;
	float: left;
	height: 300px;
	width: 200px;
}
#pltext p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
s
