body {
font-family : Tahoma, Verdana, Times New Roman, Times;
color : #000000;
font-size : 13px;
font-weight : bold;
background-image :url();
background-color : #000000;
margin : 20 0 0 0;
background-image: url(images/race_bg.png);
background-attachment:fixed;

SCROLLBAR-FACE-COLOR:#717267; SCROLLBAR-HIGHLIGHT-COLOR: #9d9d9d; SCROLLBAR-SHADOW-COLOR: #9d9d9d; SCROLLBAR-ARROW-COLOR: #FB0819; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-BASE-COLOR: #000000

}
a:link {
color : #FFFF00;
text-decoration : none;
font-size : 12px;
font-weight : bold;
}
a:visited {
color : #d1cece;
text-decoration : none;
font-size : 12px;
font-weight : bold;
}
a:hover {
color :#00FFFF;
text-decoration : none;
font-size : 12px;
font-weight : bold;
}
#logo {
background-image : url(images/websiteheader.jpg);
height : 200px;
background-position : center top;
background-repeat : no-repeat;
margin : 0 0 0 0;

}






#footer {
background-image : url(images/footer1.gif);
height : 93px;
background-position : center top;
background-repeat : no-repeat;
}
.text {
font-family :   Verdana,Tahoma, Trebuchet,arial,Times, serif;
text-align :left ;
color : #FFFFFF;
font-size : 12px;
font-weight : bold;
padding : 5px;
margin : 5;
background-color :;
border-style:;
border-width: thin;
word-spacing: 0.15em;
}

.text2 {
font-family :  Tahoma,Times New Roman, Trebuchet,arial, Verdana,Times, serif;
text-align :left ;
color : #FFFFFF;
font-size : 11px;
font-weight : bold;
padding : 10px;
margin : 5;
background-color :;
border-style:;
border-width: thin;
word-spacing: 0.15em;
}

.text_center {
font-family :  Tahoma,Times New Roman, Trebuchet,arial, Verdana,Times, serif;
text-align :center ;
color : #FF0000;
font-size : 14px;
font-weight : bold;
padding : 10px;
margin : 5;
background-color :0;
border-style:;
border-width: thin;
word-spacing: 0.15em;
}

.center {
font-family :  Tahoma,Times New Roman, Trebuchet,arial, Verdana,Times, serif;
text-align :center ;
color : #FFFFFF;
font-size : 12px;
font-weight : bold;
padding : 10px;
margin : 5;
background-color :0;
border-style:;
border-width: thin;
word-spacing: 0.15em;
}



.sm_text {
font-family :  Tahoma,Times New Roman, Trebuchet,arial, Verdana,Times, serif;
text-align :center ;
color : #FF0000;
font-size : 11px;
font-weight : bold;
padding : 10px;
margin-top:5px;
margin-left:2px;
margin-right:4px;
margin-bottom:1px;
margin : 1;
background-color :;
border-style:;
border-width: thin;
word-spacing: 0.15em;
}


h1 {
font-family : Trebuchet,Times New Roman, Times, serif;
color : #000000;
text-align : center;
}
h2 {
font-family : Trebuchet,Times New Roman, Times, serif;
color : #000000;
text-align : center;
margin : 0;
}
h3 {
font-family : Trebuchet,Times New Roman, Times, serif;
color : #000000;
text-align : center;
margin : 0;
}
h4 {
font-family : Trebuchet,Times New Roman, Times, serif;
color : #000000;
text-align : center;
margin : 0;
}
h5 {
font-family : Trebuchet.Times New Roman, Times, serif;
color : #000000;
text-align : center;
margin : 0;
}
h6 {
font-family : Trebuchet,Times New Roman, Times, serif;
color : #000000;
text-align : center;
margin : 0;
}

hr {
color : #FF0000;
width : 90%;
height : 1px;
}
em {font-family :Verdana,Tahoma,Times New Roman, Trebuchet,arial,Times, serif;
text-align :left ;
color : #eeeeee;
font-size : 11px;
font-weight : bold;
padding : 1px;
margin : 5;
background-color :;
border-style:;
border-width: thin;
word-spacing: 0.15em;}
strong {
font-family :  Tahoma,Times New Roman, Trebuchet,arial, Verdana,Times, serif;
text-align :left ;
color : #FFFFFF;
font-size : 14px;
font-weight : strong;
}
li {
font-family : Verdana, Times New Roman, Times, serif;
color : #000000;
font-size : 14px;
font-weight : normal;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: ; /*menu strip background*/
border: 0px solid gray;
padding: 2px 35;
border-width: 0px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 70%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: red;
}

.black a.aero{
background-image: url('aeroleftblack.gif');
}

.black a.aero span{
background-image: url('aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 25px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

