*{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
	min-height:100%;
}
body{
	text-align:center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
h1{
	width:277px;
	height:161px;
	background-image:url('images/logo.png');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	top:210px;
	left:15px;
}
h1 span{
	color:#262262;
	position:absolute;
	left:-999em;
}
h2{
	float:left;
	color:#8cc642;
	font-size:18px;
	position:relative;
	text-transform:uppercase;
	left:18px;
	width:300px;
	margin-bottom:4px;
}
h3{
	text-transform:uppercase;
	font-size:14px;
}
h4{
	font-size:13px;
}
h5{
	font-size:12px;	
}
h6{
	font-size:12px;	
}
h3,h4,h5,h6{
	color:#2a2863;
	padding-top:4px;
	margin-bottom:4px;
}
p{
	margin-bottom:10px;
}
a{
	text-decoration:none;
	color:#000;
	outline:none;
	border-bottom: 1px solid #8cc642;
}
a:hover{
	text-decoration:none;
	color:#8cc642;
}
a img{
	border:none;
	margin-right:18px;
}
acronym{
	border:none;
}
div#wrapper{
	width:958px;
	text-align:left;
	margin:0 auto;
	margin-top:5px;
	border:1px solid #000;
}
div#header{
	height:405px;
	z-index:200;
	position:relative;
}
a#logoLink{
	z-index:300;
	display:block;
	position:absolute;
	top:235px;
	left:15px;
	width:277px;
	height:161px;
	border-bottom: none;
}
div#header p#moreInfo{
	text-align:right;
	margin-right:10px;
	position:relative;
	top:10px;
}
div#sidebar{
	float:left;
	width:220px;
	padding-left:35px;
}
div#sidebar ul{
	width:218px;
	border-bottom:1px solid #292561;
	margin-top:9px;
	margin-bottom:12px;
	padding-bottom:12px;
}
div#sidebar ul li{
	margin-bottom:8px;
}
div#sidebar ul li a{
	display:block;
	font-weight:bold;
	margin-bottom:8px;
	padding-left:18px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	border-bottom: none;
}
div#sidebar ul li a.active{
	color:#555;
}
div#sidebar ul li a:hover{
	color:#8cc642;
	background-image:url('images/double-arrow.png');
	background-position:left center;
	background-repeat:no-repeat;
}
div#sidebar ul li{
	list-style-type:none;
}
div#main{
	z-index:999;
	width:630px;
	height:425px;
	position:relative;
	left:63px;
	background-image:url('images/content-bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
div#content{
	z-index:998;
	width:585px;
	height:320px;
	position:relative;
	left:18px;
	top:4px;
	overflow:scroll;
	overflow-x:hidden;
}
ul#maps li{
	float: left;
	display: block;
	margin: 10px 0 30px 50px;
}
ul#maps strong{
	margin-bottom: 5px;
}
table#race{
	margin-bottom: 10px;
}
table#race td{
	padding-right: 50px;
}
ul.RaceDetails{
	margin-bottom: 10px;
	margin-left: 20px;
}
ul.RaceDetails li{
	list-style-image: url(images/bullet.jpg);
}
div#footerSponsors{
	float:left;
	width:100%;
	height:84px;
	margin-bottom:4px;
	margin-top: 15px;
}
div#footerSponsors a{
	margin:0;
	padding:0;
	float:left;
}
div#footerSponsors img{
	margin:0;
	padding:0;
}
div#footer{
	clear:both;
	background-color:#424344;
	border-top:3px solid #b3cb94;
	color:#fff;
	padding:4px;
	height: 25px;
}
div#footer p{
	text-align:right;
	position:relative;
	font-size:10px;
	top:4px;
	right:10px;
}
