/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #9c2332 url(images/body-back.gif);
	color: #000;
}

p a img {
	border: none;
}

a {
	color: #9c2332;
}

a:hover {
	color: #333;
}

#wrapper {
	width: 1000px;
	background: #fff url(images/content-back.gif) repeat-y;
	margin: 0 auto;
}

#wrapper2 {
	width: 998px;
	margin: 0 auto;
}

#header p {
	background: url(images/top.jpg) no-repeat;
	height: 280px;
	margin: 0;
	padding: 0;
}

#header p a {
	text-indent: -9999px;
	display: block;
	height: 280px;
	width: 998px;
}

#wrapper2 #nav {
	height: 52px;
	background: url(images/nav-new.gif) no-repeat;
}

#wrapper2 #nav ul {
	list-style: none;
	float: left;
}

#wrapper2 #nav li {
	float: left;
}

#wrapper2 #nav li a {
	display: block;
	height: 52px;
	text-indent: -9999px;
}

#wrapper2 #nav li#blog a {
	width: 87px;
}

#wrapper2 #nav li#results a {
	width: 130px;
}

#wrapper2 #nav li#driverbio a {
	width: 150px;
}

#wrapper2 #nav li#crew a {
	width: 92px;
}

#wrapper2 #nav li#schedule a {
	width: 138px;
}

#wrapper2 #nav li#gallery a {
	width: 127px;
}

#wrapper2 #nav li#sponsors a {
	width: 148px;
}

#wrapper2 #nav li#contact a {
	width: 126px;
}

#contentcontainer {
	clear: both;
}

#wrapper2 #sidebar {
	width: 349px;
	float: left;
}

#sidebar div#facebook-youtube {
	background: url(images/facebook-youtube.gif) no-repeat;
	height: 49px;
	width: 300px;
	display: block;
	position: relative;
	margin: 25px auto 30px auto;
}

#sidebar p.center {
	text-align: center;
	margin: 25px 0 30px 0;
}

a#facebook {
	display: block;
	width: 150px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}


#wrapper2 #content {
	width: 644px;
	float: right;
}

#wrapper2 #content h1.h2header {
	background: url(images/h2-back.gif) no-repeat;
	height: 90px;
	margin: 15px 10px;
	line-height: 90px;
	padding-left: 15px;
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
}

#wrapper2 #content h2.h3header {
	font-size: 2.2em;
	color: #9c2332;
	margin: 15px 10px;
	font-weight: normal;
	border-bottom: 1px dashed #000;
}

#wrapper2 #content p {
	font-size: 1.3em;
	margin: 15px 10px;
	line-height: 1.4em;
}

#wrapper2 #content ul.contactul {
	font-size: 2.2em;
	list-style: none;
	margin: 15px 10px 25px 30px;
}

#wrapper2 #content ul.contactul li {
	margin: 5px 0;
}

#sponsorslist-left {
	float: left;
}

#sponsorslist-right {
	float: right;
}

#sponsorslist-left p, #sponsorslist-right p {
	padding-bottom: 10px;
}

.center {
	text-align: center;	
}


p.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

ul.careerhighlights {
	font-size: 1.6em;
	margin: 15px 10px;
	list-style: none;
}

ul.careerhighlights span.year {
	font-size: 1.1em;
	color: #9c2332;
}

ul.careerhighlights ul {
	margin-left: 30px;
}




#footer {
	background: url(images/footer-back.gif) repeat-x;
	height: 85px;
	clear: both;
}

#innerfooter {
	width: 1000px;
	margin: 0 auto;
	height: 85px;
}

#innerfooter p#floatleft {
	float: left;
	color: #333;
	line-height: 85px;
	font-size: 1.3em;
	padding-left: 50px;
	height: 85px;
}

#innerfooter p#floatright {
	float: right;
}

#innerfooter p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#innerfooter p a:hover {
	color: #ccc;
}