@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
background-image:url(../images/flame_background.jpg);
background-position:bottom;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0 auto;
text-align:center;
height:100%;
}

a:link {
color:#FF0000;
text-decoration:underline;
}

a:hover {
color:#FF6600;
text-decoration: underline;
}

a:visited {
color:#FF0000;
text-decoration:underline;
}

.footer_text {
font-size:12px;
color:#FF0000;
}

.page_header_text {
font-size:14px;
font-weight:bold;
color:#FF0000;
}


#container {
margin:0 auto;
text-align:center;
width:801px;
background-color:#000000;
}

.top {
background-image:url(../images/top.jpg);
width:801px;
height:31px;
}

.middle {
background-image:url(../images/middle.jpg);
width:801px;
height:91px;
}

.bottom {
background-image:url(../images/bottom.jpg);
width:801px;
height:69px;
}

.content {
background-image:url(../images/background_content.jpg);
width:801px;
padding:0;
background-repeat:repeat-y;
}

.footer {
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
height:38px;
}

.sidebar {
background-image:url(../images/sidebar_graphic.jpg);
background-position:bottom;
background-repeat:no-repeat;
min-height:600px;
width:238px;
}

.alternate_row {
background-image:url(../images/alternating_row_bg.jpg);
background-repeat:repeat-y;
}

.picture_frame {
border: solid 1px #FF0000;
}

.gallery_bg {
width:175px;
height:120px;
background-image:url(../images/thumbnails/picture_shadow.jpg);
background-position:center;
background-repeat:no-repeat;
}


.home {width:81px; height:36px; background-image:url(../images/home.jpg);}
.car {width:123px; height:36px;background-image:url(../images/car.jpg);}
.crew {width:140px; height:36px;background-image:url(../images/crew.jpg);}
.media {width:100px; height:36px;background-image:url(../images/media.jpg);}
.sponsors {width:127px; height:36px;background-image:url(../images/sponsors.jpg);}
.events {width:113px; height:36px;background-image:url(../images/events.jpg);}
.contact {width:117px; height:36px;background-image:url(../images/contact.jpg);}}







