body
{
margin: 0px;
background-image: url('images/carbon.jpg');
font-family: arial, tahoma;
font-size: 0.9em;
}

a
{
text-decoration: none;
}

.header
{
width: 940px;
background-color: #000000;
border: 1px solid #bebebe;
min-height: 140px;
margin: 60px auto 0px auto;
background-image: url('images/header_bck_lg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
}

.header img
{
margin-left:20px;
position:absolute;
top:25px;
}

.menus
{
background-image: url('images/menu_grad.jpg');
border-left: 1px solid #bebebe;
border-right: 1px solid #bebebe;
width:940px;
min-height:30px;
margin: 0 auto;
text-align: right;
}

.menus img
{
border: 0px;
}

.menus ul
{
white-space:nowrap;
margin: 0 auto;
}

.menus li
{
display:inline;
list-style-type:none;
font-weight: bold;
width: 174px;
height: 40px;
}

.menus li a
{
width: 174px;
height: 40px;
}

div#navbar {

    height: 40px;
    width: 100%;
}
div#navbar ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000;
    line-height: 40px;
    white-space: nowrap;
}
div#navbar li {
    list-style-type: none;
    display: inline;
}
div#navbar li a {
    text-decoration: none;
    padding-top:12px;
	padding-bottom: 11px;
	padding-left:25px;
	padding-right:25px;
    color: #000;
}
div#navbar li a:link {
    color: #000:
}
div#navbar li a:visited {
    color: #000;
}
div#navbar li a:hover {
    font-weight: bold;
    color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


.content
{
/*background-image: url('images/cont_bg.jpg');*/
/*background-image: url('images/fade.jpg');*/
background-color: #ffffff;
background-repeat: repeat-x;
border-left: 1px solid #bebebe;
border-right: 1px solid #bebebe;
width:940px;
min-height:300px;
margin: 0 auto;
text-align: justify;
}

.flames
{
background-image: url('images/flames.png');
background-repeat: repeat-y;
background-position: bottom center;
}

.contable
{
width: 100%
}

.raceimg
{
width: 50%;
text-align: center;
border: 1px solid #fff;
}

.main
{
width: 780px;
text-align: left;
padding: 5px;
vertical-align:top;

}

.main a{
color: red;
}

#eventlist
{
border : dashed 1px #000000; 
background : #F4F9CD; 
color : #000000; 
padding : 4px; 
width : 99%; 
height : 120px; 
overflow : auto;
font-size: 0.8em;
}

#AutoNumber14
{
width: 100px;
}

.sidebar
{
width: 160px;
text-align: left;
padding: 5px;
vertical-align:top;
}

.body
{
background-color: #ffffff;
padding: 5px;
width: 700px;
}

.footer
{
background-image: url('images/footer_grad.jpg');
background-color: #ffffff;
background-repeat: repeat-x;
border-left: 1px solid #bebebe;
border-right: 1px solid #bebebe;
border-bottom: 1px solid #bebebe;
width:940px;
min-height:40px;
margin: 0 auto 40px auto;
text-align: center;

}

/* Individual page bits */
.newsitem
{
padding: 5px;
}