/*  
Theme Name: StormDamageRacing.com/
Theme URI: http://www.StormDamageRacing.com
Version: 1.0
Author: Dustin Hart
Author URI: http://www.allmonster.com/

*/

body {
background: url(images/background.jpg) no-repeat center top #000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
padding:0;
margin:0;
}

a {color: #0033FF;}
a:visited {color:#999999;}
a:hover {color: #000;}
a:active { color:#000000;}

h1 {
font-size: 12px;
padding:5px 15px;
margin:0;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0;
}

h3 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;
}

#container {
width: 960px;
margin: 0 auto;
}
	
/* ----------header-------------- */
#header {
background: url(images/header.jpg) no-repeat;
width: 960px;
height: 232px;
padding: 0px;
margin: 0px;
}

/* ----------navbar and rollovers-------------- */
#navbar {
margin: 0px;
width: 960px;
height: 38px;
}

var {
visibility: hidden;
}

#menu a {
text-decoration: none;
display: block;
float: left;
height: 38px;
}

a.home {
width: 119px;
background: url(images/navbar.jpg) no-repeat 0px 0px;
}

a.schedule {
width: 166px;
background: url(images/navbar.jpg) no-repeat -119px 0px;
}

a.photos {
width: 130px;
background: url(images/navbar.jpg) no-repeat -285px 0px;
}


a.videos {
width: 122px;
background: url(images/navbar.jpg) no-repeat -415px 0px;
}

a.aboutus {
width: 166px;
background: url(images/navbar.jpg) no-repeat -537px 0px;
}

a.contact {
width: 146px;
background: url(images/navbar.jpg) no-repeat -703px 0px;
}

a.links {
width: 111px;
background: url(images/navbar.jpg) no-repeat -849px 0px;
}

a:hover.home {
background: url(images/navbar.jpg) no-repeat 0px -38px;
}

a:hover.schedule {
background: url(images/navbar.jpg) no-repeat -119px -38px;
}

a:hover.photos {
background: url(images/navbar.jpg) no-repeat -285px -38px;
}

a:hover.videos {
background: url(images/navbar.jpg) no-repeat -415px -38px;
}

a:hover.aboutus {
background: url(images/navbar.jpg) no-repeat -537px -38px;
}

a:hover.contact {
background: url(images/navbar.jpg) no-repeat -703px -38px;
}

a:hover.links {
background: url(images/navbar.jpg) no-repeat -849px -38px;
}

#navbottom {
background: url(images/nav-bottom.jpg) no-repeat;	
margin: 0px;
width: 960px;
height: 38px;
}
	
#content {
width: 960px;
float:left;
background: #000;
margin: 0px;
display: inline;
}
	
#news {
	float: left;
	width: 644px;
	margin: 5px;
	padding: 0px;
	}
	
#page {
	float: left;
	width: 950px;
	margin: 5px;
	padding: 0px;
	}
	
#sidebar {
	background: url(images/sbbg.gif) repeat-y;
	float: right;
	width: 220px;
	text-align: left;
	margin: 5px;
	padding: 0px;
	display: inline;
	}

#sbtop {
	float: right;
	background: url(images/sbtop.gif) no-repeat;
	width: 220px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#sbbot {
	float: right;
	background: url(images/sbbot.gif) no-repeat;
	width: 220px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
	
#footer {
	width: 960px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}