body {
/*	background-image: url(../css/img/bg_02.jpg); */

	background-repeat:repeat-y;
	background-position: center top;
	background-color: #000000;
	margin: 0px 0px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #692109;
	scrollbar-base-color:#666666;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#000033;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#000;
}
p {
	margin-bottom:12px;
}
a:link  { 
	color: #0000FF; 
	text-decoration: none; 
}
a:visited { 
	color: #d17ed4; 
	text-decoration: none 
}
a:hover  { 
	color: #FF0000; 
	text-decoration: underline 
}
.mainContent_container {
	background-color: #666666;
	padding: 5px 5px;
	text-align: left;
	vertical-align:top;
}
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	color: #692109F;
	letter-spacing:-1px;
	margin:0;
}
h2 {
	font-size:20px;
	line-height:24px;
	display:inline;
}
h3 {
	font-size:18px;
	line-height:20px;
}

h4 {
	font-size:14px;
	display:inline;
}
h5 {
	font-family:Impact, Arial Narrow, Helvetica, Arial, sans-serif;
	color:#006699;
	letter-spacing:-1px;
	font-size:24px;
	display:inline;
	margin:0;
}
.transparent_table {
	background: #485362;
	filter:alpha(opacity=60); /* ie */
	-moz-opacity:0.6; /* mozilla */
	opacity:0.6; /* just in case */
	border: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.sponsorSection {
	color:#333333;
}
.sponsorSection h1{
	font-size:18px;
	color:#000000;
}
.mainContent {
	color: #FFFFFF;
	background-color:#000000;
	/* background-image:url(img/bg_04.jpg); */
	background-position:top center;
	background-repeat:no-repeat;
	padding: 5px 5px;
	line-height:16px;
}

			

.Contentleft {
	background-color:#ffcc67;
	display:block;
	float:left;
	width:200px;
	}
	
.Contentmid {
	background-color:#ff0000;
	display:block;
	float:left;
	width:20px;
	}
	
.ContentRight {
	display:block;
	float:right;
	width:700px;
	}	


.smallHeadline {
	font-size:14px;
	font-weight:bold;
}
.footer {
	padding: 5px 5px;
	font-size:9px;
}

#Head {

	clear:both;
	width: 1000px;
	background: url(img/header_bg.gif) top left  no-repeat;
	height:50px;
	min-width: 400px;
	margin-left:auto; 
	margin-right:auto;
	border:none;
	padding:0px;
	}	

#Head:after {
display: block;
content: " ";
clear: both;
}	

#Mid {

	clear:both;
	width: 925px;
	background: url(img/body_bg.jpg) top center repeat-y;
	height:auto;
	min-width: 460px;
	margin-left:auto; 
	margin-right:auto;
	border:none;
	padding:0px 35px;
	}	
	
#Mid:after {
display: block;
content: " ";
clear: both;
}	

#Foot {

	clear:both;
	width: 1000px;
	background: url(img/footer_bg.gif) top left  no-repeat;
	height:50px;
	min-width: 400px;
	margin-left:auto; 
	margin-right:auto;
	border:none;
	padding:0px;
	}	

#Foot:after {
display: block;
content: " ";
clear: both;
}	

#navTable td {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	line-height:30px;
	color: #FFFFFF;
/*	background: url(../css/img/nav_bg.png) repeat-x; */
	text-align:center;
}
#navTable td a {
	display:block;
	height:30px;
	color: #FFFFFF;
	text-decoration:none;
}
#navTable td a:hover{
/*	background: url(../css/img/nav_mOver.png) repeat-x; */
	color: #FFFFFF;
}
.navbox {
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-align:center;
	vertical-align:middle;
/*	background: url(../css/img/nav_bg.png) repeat-x; */
}
.navbox a:link {
	color:#FFFFFF; 
	text-decoration:none;
}
.navbox a:visited  { 
	color: #FFFFFF;
}
.navbox a:hover {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}

.hr {
	color: #CCCCCC;
	size:1px;
	noshade: noshade;
}
/* Main Navigation
-----------------------------------------------------------------------------*/
#mainNav{
	/* background:url(../css/img/nav_bg_dev.png) repeat-x; */
	overflow:hidden;
}
#mainNav ul {
	font-weight:bold;
	list-style:none;
	padding:0;
	margin:0 auto;
	width:100%;
	z-index:1000;
}
#mainNav a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:0.4em 1.3em;
	border-right:2px solid #990000;
	text-align:center;
}
#mainNav li.one_Line a {
	padding-top:14px;
	padding-bottom:14px;
	border-right:2px solid #990000;
}
#mainNav li.dropdown a {
	text-align:left;
	border:none;
	border-bottom:1px solid #333333;
}
#mainNav li.raceday a {
	text-align:left;
	border:none;
	border-bottom:1px solid #333333;
	background:#FF0000;
}
#mainNav li.end a {
	/* padding-top:14px;
	padding-bottom:14px; */
	border-right:none;
}
#mainNav a:hover {
	color:#ffffFF;
}
#mainNav li {
	float:left;
	padding:0;
}
#mainNav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:14em;
	background:#CCCCCC;
	font-weight:normal;
	margin:0;
	filter:alpha(opacity=90); /* ie */
	-moz-opacity:0.9; /* mozilla */
	opacity:0.9; /* just in case */
}
#mainNav li li {
	padding-bottom:0em;
}
#mainNav li .green {
	background:#9CDB00;
	text-align:center;
}
#mainNav li ul a {
	width:11.3em;
    color:#000000;
	font-weight:bold;
	border-bottom:1px solid #333333;
}
#mainNav li ul a:hover {
	color:#ffffff;
}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {
	left:auto;
}
#mainNav li:hover, #mainNav li.sfhover {
	background:#000066;
}
