/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #dadada;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper2 {
	background: #999 url(images/wrapper2-back.png) repeat-y;
	margin: 0 auto;
	width: 975px;
}

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

#header h1 {
	text-indent: -9999px;
	background: url(images/finishline-top.gif) no-repeat;
	height: 263px;
}

#header h1 a {
	display: block;
	border: none;
	height: 263px;
}

#background {
	background: url(images/background-back.gif) no-repeat;
}

#nav {
	width: 344px;
	float: left;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	margin: 0 0 15px 0;
}

#nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 52px;
	margin-left: 30px;
}

#nav ul li#events a {
	background: url(images/nav-events.gif) no-repeat top left;
}

#nav ul li#about a {
	background: url(images/nav-about.gif) no-repeat top left;
}

#nav ul li#gallery a {
	background: url(images/nav-gallery.gif) no-repeat top left;
}

#nav ul li#driverprofiles a {
	background: url(images/nav-driverprofiles.gif) no-repeat top left;
}

#nav ul li#order a {
	background: url(images/nav-order.gif) no-repeat top left;
}

#nav ul li#contact a {
	background: url(images/nav-contact.gif) no-repeat top left;
}

#nav ul li#links a {
	background: url(images/nav-links.gif) no-repeat top left;
}

#nav ul li#events a:hover, #nav ul li#about a:hover, #nav ul li#gallery a:hover, #nav ul li#driverprofiles a:hover, #nav ul li#order a:hover, #nav ul li#contact a:hover, #nav ul li#links a:hover {
	background-position: bottom left;
}


#nav p.navlinks {
	margin: 25px 0 25px 15px;
}

#nav p.navlinks a img {
	border: none;
}

#content {
	float: right;
	margin-right: 36px;
	width: 390px;
}

#content a {
	color: #333;
	font-weight: bold;
}

#content a:hover {
	color: #600;
}

#content h2 {
	text-align: right;
	font-size: 2.4em;
	margin: 10px;
	border-bottom: 2px double #600;
}

#content h3 {
	color: #fff;
	text-align: center;
	font-size: 2em;
	margin: 10px;
	background: #600;
	border: 1px solid #000;
}

#content h3 a img {
	border: none;
}

#content h3#newsletter a {
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

#content p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 10px;
	padding-left: 22px;
	background: url(images/bullet.gif) no-repeat;
}

#content p#nobullet, #content p.center {
	background: none;
	padding: 0;
}

#content p.center {
	text-align: center;
}

#content ul.orderlist {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}

#content ul.orderlist li.ordertitle {
	font-size: 2.2em;
	color: #600;
}

#content ul.orderlist li {
	font-size: 1.4em;
	margin: 3px 0;
}

#content ul.orderlist li strong {
	color: #600;
	text-decoration: underline;
}

#content ul#eventslist li {
	font-size: 1.6em;
	margin: 15px 0 15px 15px;
}

#content .driverprofiles {
	background: #600;
	color: #fff;
}

#content .driverprofiles {
	margin: 0 10px;
}

#content .driverprofiles p {
	margin: 0;
	padding: 0;
}


#clear {
	clear: both;
}

#clear {
	height: 26px;
	background: url(images/clear.gif) no-repeat;
}

#footer {
	clear: both;
	background: #999;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}

#footer a {
	color: #600;
	font-weight: bold;
}
