body {
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(images/bg-diag.gif) top center repeat;
	color: #000;
	font: 13px/20px Verdana,Arial,Helvetica,sans-serif;
}
#container {
	background: url(images/page-bg.gif) top center repeat-y;
}
#header {
	background: url(images/header-bg.jpg) bottom center no-repeat;
	height: 264px;
}
#header table {
	height: 190px;
	margin: 0 auto;
	width: 900px;
}
#header th {
	width: 220px;
}
#header td {
	padding: 0 40px 0 250px;
	text-align: right;
}
#header h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
#content-bg {
	background: url(images/bg-content.gif) top center no-repeat;
}
#contentcontainer {
	margin: 0 auto;
	vertical-align: top;
	width: 880px;
}


#nav {
	background: url(images/nav-top.gif) top left no-repeat;
	width: 220px;
}
#nav ul {
	background: url(images/nav-end.gif) bottom left no-repeat;
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 220px;
}
#nav li h3 {
	border-bottom: 1px solid #E6E3E3;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #525050;
	background: #C7C7C7 url(images/bullets.gif) top left no-repeat;
	border-bottom: 1px solid #ACA9A9;
	padding: 9px 5px 11px 33px;
}
#nav li a:hover {
	color: #FFFFFF;
	background: #D8282A url(images/bullet-white.gif) top left no-repeat;
}
#nav li div {
	background-color: #CFCFCF;
	border-bottom: 1px solid #ACA9A9;
	line-height: 0;
	padding: 5px 0 8px 0;
}
#nav li div a {
	background: none;
	border: none;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	padding: 3px 3px 5px 33px;
}
#nav li div a:hover {
	background: #D8282A;
}


#car {
	background: url(images/car-bg.jpg) top left no-repeat;
	height: 213px;
	margin: 30px 0;
}
#content {
	background: url(images/content_bg.gif) top center no-repeat;
	padding: 0px 20px 0px 60px;
}
#content h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
	color: #D8282A;
}
#content p {
	margin: 12px 0;
}
#content a {
	text-decoration: none;
}
#footer {
	background: url(images/footer-bg.gif) top center no-repeat;
	color: #666;
	font-size: 10px;
	height: 170px;
	text-align: center;
}
#footer p {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 400px;
}
#credit {
	background: url(images/footer-bg.gif) bottom center no-repeat;
	color: #CCC;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 10px;
}
#credit a {
	color: #CCC;
}
a {
	color: #D8282A;
}