/*** Global Settings ***/


html, body { border: 0; margin: 0; padding: 0; width: 100%; height: 100%; }

body { 
font-size: 12px;
line-height: 18px;
font-family: Helvetica, Arial, Sans-serif; 
color: #fff;
text-align: center;
background-color: #362611;
background-image: url('../images/bg.png');
background-repeat: repeat-x
}

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:normal; }

a, a:visited { color: #fe0; text-decoration: none; }

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

#secondary a { font-size: 14px; }

a img { border: 0; }


/***** Text Elements *****/

h1#raceblog {
width: 136px;
height: 31px;
margin: 0 0 25px 0;
background-image: url('../images/h1_raceblog.png');
background-repeat: no-repeat
}

h1#abouttheteam {
width: 112px;
height: 31px;
margin: 0 0 25px 0;
background-image: url('../images/h1_abouttheteam.png');
background-repeat: no-repeat
}

h1#photogallery {
width: 111px;
height: 31px;
margin: 0 0 25px 0;
background-image: url('../images/h1_photogallery.png');
background-repeat: no-repeat
}

h1#racingschedule {
width: 135px;
height: 31px;
margin: 0 0 25px 0;
background-image: url('../images/h1_racingschedule.png');
background-repeat: no-repeat
}

h1#contactus {
width: 84px;
height: 31px;
margin: 0 0 25px 0;
background-image: url('../images/h1_contactus.png');
background-repeat: no-repeat
}

h1#teamsponsors {
width: 127px;
height: 31px;
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
background-image: url('../images/h1_teamsponsors.png');
background-repeat: no-repeat;
}

h2 {
color: #fe0;
font-size: 18px;
font-weight: bold;
}

h3 {
font-size: 12px;
}

h4 {
color: #fe0;
font-size: 14px;
font-weight: bold;
margin-bottom: -6px;
}

.posted {
font-size: 11px;
color: #fe7;
margin: 0 0 6px 0;
}

#primary ul, li {
margin: 4px 0 0 8px;
padding: 0;
}


/*** Containers ***/

#wrapper {
width: 100%;
text-align: left;
background-image: url('../images/bg_header.png');
background-repeat: no-repeat;
background-position: top center; 
}

#nav {
width: 716px;
height: 39px;
margin: auto;
padding-top: 311px;
background-image: url('../images/bg_nav.png');
background-repeat: no-repeat;
background-position: bottom center;
}

#contentwrapper {
width: 700px;
margin: auto;
background: #444;
background-image: url('../images/bg_contentwrapper.png');
background-repeat: no-repeat;
}

#primary {
width: 380px;
padding: 25px;
float: left;
}

#secondary {
width: 270px;
padding: 25px 0 15px 0;
float: right;
text-align: center;
}

#footer {
width: 646px;
margin: auto;
padding: 35px;
font-size: 11px;
line-height: 16px;
text-align: center;
clear: both;
background-image: url('../images/bg_footer.png');
background-repeat: no-repeat;
background-position: top center;
}


/***** Navigation *****/

#nav ul { margin: 0; padding: 0 0 0 100px; }

#nav li { float: left; margin: 0; padding: 0; list-style: none; display: inline; }

#nav li a { height: 39px; margin: 0 15px 0 0; float: left; }

#teamnews a {
width: 84px;
background-image: url('../images/nav/teamnews_a.png');
background-repeat: no-repeat;
}

#teamnews a:hover {
background-image: url('../images/nav/teamnews_hover.png');
background-repeat: no-repeat;
}

#about a {
width: 121px;
background-image: url('../images/nav/about_a.png');
background-repeat: no-repeat;
}

#about a:hover {
background-image: url('../images/nav/about_hover.png');
background-repeat: no-repeat;
}

#photogallery a {
width: 100px;
background-image: url('../images/nav/photogallery_a.png');
background-repeat: no-repeat;
}

#photogallery a:hover {
background-image: url('../images/nav/photogallery_hover.png');
background-repeat: no-repeat;
}

#schedule a {
width: 67px;
background-image: url('../images/nav/schedule_a.png');
background-repeat: no-repeat;
}

#schedule a:hover {
background-image: url('../images/nav/schedule_hover.png');
background-repeat: no-repeat;
}

#contact a {
width: 85px;
background-image: url('../images/nav/contact_a.png');
background-repeat: no-repeat;
}

#contact a:hover {
background-image: url('../images/nav/contact_hover.png');
background-repeat: no-repeat;
}


/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em verdana, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }