body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #555;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #FFF;
}

h1 { font-size: 14px; }

h2 { font-size: 13px; }

a {
	color: #FFBB18;
	text-decoration: none;
}

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

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 140%;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	padding: 0;
}

#top {
	height: 297px;
	width: 800px;
	background: #000 url(images/header.jpg) no-repeat;
	text-align: center;
	position: relative;
}
#top h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	position: absolute;
	left: 15px;
	bottom: 10px;
	text-transform: uppercase;
	margin: 0;
}

#nav {
	height: 34px;
	background: #000 url(images/navbar.gif) no-repeat;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 25px;
	margin: 0;
}
#nav li a {
	line-height: 34px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#nav li a:hover { color: #CCC; }


#content {
	min-height: 450px;
	text-align: left;
	padding: 10px 15px;
	background: #000;
}
* html #content { height: 450px; } /* IE6 */

#content.home h2 {
	font-size: 22px;
	font-style: italic;
	margin: 0;
	padding-top: 10px;
}

img#cars { margin: 5px 0 15px 0; }
img.sep { margin: 8px 0 10px 0; }

.vsep {
	float: left; 
	margin: 0 20px; 
	height: 195px; 
	width: 1px; 
	background: #CCC;
}

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

#left img.hdr, #mid img.hdr { border: 1px solid #FFF; }

#left {
	width: 220px;
	margin-left: 5px;
	float: left;
}

#mid {
	width: 220px;
	float: left;
}

#right {
	width: 230px; 
	float: left;
}

#left ul, #mid ul, #right ul { margin: -.5em 0 .5em 0; }

#footer {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}

.clear { clear: both; line-height: 0; }
