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




/*---------------------------------------BODY---------------------------------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	background-image: url(../images/grunge_bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin:auto 0;
	text-align:center;
}


a {
color:#CCCCCC;
text-decoration:underline;
}

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

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

.grey_header_text {
font-size:14px;
font-weight:400;
color:#999999;
border-bottom: solid 1px #999999;
}

.grey_large_text {
font-size:14px;
font-weight:400;
color:#999999;
}

.red_header_text {
font-size:14px;
font-weight:400;
color:#FFFFFF;
}

.specs {
font-weight:800;
color:#FFFFFF;
}


/*---------------------------------------TABLES---------------------------------------*/

#container {
margin:0 auto;
text-align:center;
width:800px;
background-image:url(../images/page_bg.jpg);
background-repeat:repeat-x;
}

.top {
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
height:67px;
width:800px;
}

.middle {
background-image:url(../images/middle.jpg);
background-repeat:no-repeat;
height:70px;
width:800px;
}

.bottom {
background-image:url(../images/bootom.jpg);
background-repeat:no-repeat;
height:30px;
width:800px;
}

.under_nav {
background-image:url(../images/below-nav.jpg);
background-repeat:no-repeat;
height:58px;
}

.sponsor_box {
background-image:url(../images/sponsor_box_header.jpg);
width:150px;
height:35px;
}

.thumb_bg {
background-image:url(../images/thumbnail_bg.jpg);
/*background-repeat:no-repeat;*/
}

.movie_bg {
background-image:url(../images/movie_bg.jpg);
/*background-repeat:no-repeat;*/
}


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


.index_bg {
background-image:url(../images/index_bg.jpg);
background-repeat:no-repeat;
background-position:bottom center;
}

.contact_bg {
background-image:url(../images/contact_bg.jpg);
background-repeat:no-repeat;
background-position:center;
}

/*---------------------------------------NAVIGATION---------------------------------------*/

#navigation {
width:800px;
height:22px;
}

.nav_left {
background-image:url(../images/nav_left.jpg);
width:316px;
}

.home {
width:55px;
}

.car {
width:49px;
}

.crew {
width:54px;
}

.sponsors {
width:86px;
}

.media {
width:66px;
}

.forums {
width:63px;
}

.events {
width:73px;
}

.contact {
width:92px;
}

.footer {
width:757;
height:45px;
margin:0 auto;
}


/*---------------------------------------CONTENT AREA---------------------------------------*/

#main_content {
width:757px;
}

.content_topper {
background-image:url(../images/content_topper.jpg);
background-repeat:no-repeat;
width:757px;
height:9px;
}

.content_middle {
background-color:#000000;
}

.content_footer {
background-image:url(../images/content_footer.jpg);
background-repeat:no-repeat;
width:757px;
height:8px;
}