﻿body
{
	font-size: 70%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #3b2314;
}
#page
{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	color: #3b2314;
	background:white;
}
img
{
	border:none;
}
#header
{
	background: url(Images/headingSlice.gif) repeat-x;
}
#headerLeftImage
{
	background: url(Images/HeadingImgLeft.jpg) no-repeat;
	width: 255px;
	float: left;
}
#headerRight
{
}
#headerSponsorText, #headerRaceLinks
{
	
	height: 34px;
	color: White;
	font-size: 2.15em;
	padding-top:5px;
	font-family: "Trebuchet" , "Lucida Grande" , Helvetica, Arial, Verdana;
}
#headerSponsorText a
{
	font-size:.80em;
	vertical-align: top;
	color: white;
	
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
}
#headerRaceLinks a
{
	vertical-align: middle;
	color: white;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	text-transform: capitalize;
}
#counter
{
	float: right;
	padding: 5px 15px 0px 0px;
}
#defaultCountdown ul li
{
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 2px gray;
	font-size: 1.25em;
	font-weight: bold;
	color: Black;
}

#nav
{
	float: left;
	text-align: center;
	background-color: #F6F2D0;
	width:250px;
	
	
}

#nav a, #nav a:hover
{
	display: block;
	height: 25px;
	width: 250px;
	padding-top: 12px;
	border-top: solid #335C64;
	font-family: "Trebuchet" , "Lucida Grande" , Helvetica, Arial, Verdana;
	text-transform: uppercase;
	font-size: 135%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .1em;
}
#nav a
{
	background-color: #F6F2D0;
	color: #3B2314;
}

#nav a:hover
{
	background-color: #FFF;
	color: #335C64;
}
#navFooterImg
{
	background:url(Images/MenuBottomSlice.gif) repeat-x;
	height:240px;
}
#submenuBar
{
	width: 780px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px -10px;
	background: url(Images/brownslice.jpg) repeat-x;
}
#submenuBar a
{
	color: White;
	padding: 0px 30px 0px 10px;
	font-family: georgia, times, serif;
	font-size: 110%;
	text-decoration: none;
}
#submenuBar .selected
{
	color: #9ec3d6;
}
#contentContainer
{
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	width:755px;
}


.container
{
	width: 469Px;
	height: 267px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.slides
{
	position: absolute;
	top: 0;
	left: 0;
}
.slides > div
{
	position: absolute;
	top: 0;
	width: 469px;
	display: none;
}
#footer
{
	width: 100%;
	text-align: center;
	clear: both;
	background: #3b2314;
}

#footer p, #footer p a
{
	font-family: georgia, times, serif;
	font-size: 115%;
	color: #FFF;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.rule
{
	border-bottom: 1px solid #95C7DA;
	padding: 8px;
}
.right
{
	text-align:right;
}
.left
{
	text-align:left;
}