/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #999 url(images/gallery-bg-back.png);
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

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

#wrapper {
	width: 875px;
	margin: 0 auto;
}

#wrapper h1 {
	height: 250px;
	width: 875px;
	background: url(images/finishline-gallery.gif) center center no-repeat;
	text-indent: -9999px
}

#nav {
	background: url(images/gallery-nav-back.png) repeat-x;
	height: 40px;
}

#nav ul {
	list-style: none;
	float: left;
	width: 775px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	color: #fff;
	font-size: 1.5em;
	line-height: 40px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(images/gallery-nav-divider.png) no-repeat top right;
	padding: 0 20px;
}

#nav ul li a:hover {
	background: #fff;
	color: #600;
	text-decoration: underline;
}

#content #sidebar {
	width: 250px;
	float: left;
}

#content #sidebar h2 {
	font-size: 2.4em;
	color: #ccc;
	text-align: center;
	margin: 10px 0;
}

#content #sidebar ul {
	list-style: none;
}

#content #sidebar ul li {
	padding: 0 0 5px 0;
}

#content #sidebar ul li a {
	display: block;
	color: #fff;
	border-bottom: 1px dotted #333;
	height: 30px;
	line-height: 30px;
	font-size: 1.5em;
	text-decoration: none;
	background: url(images/driverprofiles-liback.png) no-repeat;
	font-weight: bold;
	padding-left: 5px;
}

#content #sidebar ul li a:hover {
	color: #ddd;
	border-bottom: 1px solid #333;
}

#content {

}

#content #main {
	width: 620px;
	float: right;
}

#content #main h2 {
	text-align: center;
	font-size: 2.4em;
	margin: 10px;
	border-bottom: 2px solid #600;
	color: #fff;
}

#content #main p {
	color: #fff;
	font-size: 1.4em;
	margin: 10px;
	line-height: 1.6em;
}

#content #main p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #600;
}

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

#main ul#driverprofile {
	color: #fff;
	list-style: none;
	font-size: 1.6em;
	margin: 10px;
}

#main ul#driverprofile li span {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #600;
}

#main ul#driverprofile li {
	padding: 3px 0;
}

#clear {
	clear: both;
}





#budzodesigns p {
	text-align: center;
}

#budzodesigns p a img {
	border: none;
}