@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #333333;
	text-align: center;
}
#bgwrapper{
	background:url(images/site_bg.gif) repeat-y top;
	width: 800px;
	text-align:left;
	margin: 0 auto;
}
#wrapper{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	color: #333333;
}
#header{
	background:url(images/header.jpg) no-repeat top;
	width: 760px;
	height: 135px;		
}
#cleardiv
{
	clear: both;
	height: 1px;
	overflow:hidden;
} 
#contentwrapper{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 25px;
	width: 725px;
	min-height: 300px;
}
#nav{	
	float: left;
	background: #333333;
	line-height: 100%;
	margin-bottom: 10px !important;
	width:180px;
}
#sponsors{
	/*padding-left:20px;
	padding-top: 40px;
	background: #666666;
	width: 160px;
	height: 140px;
	margin-bottom: 30px;*/
	
	background:#666666 none repeat scroll 0 0;
	height:280px;
	padding-left:20px;
	padding-top:20px;
	width:160px;		
}
#navBarHdr{
	background:url(images/navHdrBg.gif) repeat-x left;
	width: 180px;
	height: 36px;
}	
#content{
	float: right;
	margin-bottom: 10px;
	width: 532px;
}
#innercontent img {
	border: 1px solid black;
	padding: 0;
}
#leftContent{
	width: 261px;	
	height: 100%;
	float: left;		
}
#rightContent{
	width: 250px;
	float: right;
}
#homePgHeadline{
	float: right;
	/*width: 258px;*/
	text-align:left;
	/*padding-left: 10px;*/
	overflow:hidden;
}
#homePgImage{
	float: left;
	width: 260px;
}
#upNext{	
	margin-top: 20px;
	width: 261px;
	background: #e6e6e6;	
}
#beSeen {
	margin-top: 20px;
	clear: both;
}
#inTheNews{	
	float: right;
	background:url(images/inthenews.gif) no-repeat top;
	height:27px;
	width: 236px;
	margin-right: 17px;
}
#upNextHdr{
	background:url(images/upNext.jpg) no-repeat top;
	height:34px;
	width: 261px;
}
.middleText{	
	padding: 0 10px 10px 10px ;
	font-size:11px;
	background:url(images/roundRight.gif) no-repeat bottom;
	height: 82px;
}
#latestResults{	
	float: right;
	width: 261px;
	background: #e6e6e6;
	margin-bottom: 10px;	
}
#latestResultsHdr{
	background:url(images/latestResults.jpg) no-repeat top;
	height:34px;
	width: 261px;
}
#footer{
	font-size: 10px;
	text-align:center;
	width: 730px;	
	margin-top: 10px;
	/*margin-top: 39px !important;*/
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;	
	color: #ffffff;
	clear: both;
	background: #990000;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
