﻿body
{
    font-size: 70%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: black;
}
#page
{
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    color: black;
    background: white;
}
img
{
    border: none;
}
#header
{
    height: 254px;
    background: url(Images/headSlice3.png) repeat-x black;
}
#headerLeftImage
{
    background: url(Images/HeadingImgLeft.jpg) no-repeat;
    float: left;
}
#HeaderCenter
{
    float: left;
}
#headerRight
{
    background: url(Images/HeadRight.png) no-repeat;
    width: 220px;
    float: right;
}
#headerSponsorText, #headerRaceLinks
{
    font-family: "Trebuchet" , "Lucida Grande" , Helvetica, Arial, Verdana;
}
#headerSponsorText
{
    height: 25px;
    text-align: center;
    color: White;
    font-size: 1.7em;
    padding-top: 5px;
}

#headerRaceLinks
{
    float: right;
    background: black;
    font-size: 2em;
    margin-right: 130px;
    margin-top: 0px;
    color: White;
}
#headerSponsorText a
{
    font-size: .80em;
    vertical-align: top;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#headerRaceLinks a
{
    vertical-align: middle;
    color: white;
    margin: 0px 3px 0px 0px;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0px 10px 0px 10px;
}
#counter
{margin-top: 50px; float: left;
    color: Black;
    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: white;
}

#nav
{
    float: left;
    text-align: center;
    background-color: #ddd7bf;
    width: 250px;
}

#nav a, #nav a:hover
{
    display: block;
    height: 25px;
    width: 250px;
    padding-top: 12px;
    border-top: solid #85A5D8;
    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: #ddd7bf;
    color: black;
}

#nav a:hover
{
    background-color: #FFF;
    color: #476589;
}
#navFooterImg
{
    background: url(Images/MenuBottomSlice.gif) repeat-x;
    height: 240px;
}
#submenuBar
{
    width: 780px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px -10px;
    background: Black;
}
#submenuBar a
{
    color: White;
    padding: 0px 30px 0px 10px;
    font-family: georgia, times, serif;
    font-size: 110%;
    text-decoration: none;
}
#submenuBar .selected
{
    color: #85A5D8;
}
#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 black;
    padding: 8px;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

