html {
	margin: 0;
	padding: 0;
	height:100%;
	font-size:12px;font-family: Arial, Helvetica, sans-serif;
}

body {margin:0px;background: #ffffff url(../images/html_bg.jpg) repeat-x;height:100%;}



#featured {
	float:right;
	position:relative;
	margin-right:10px;
	margin-top:18px;
	width:200px;
	height:225px;
	background-color:#fff;
	background-image: url(../images/feature-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border: solid 1px #A8A8A8;	
	padding: 30px 20px 0px 20px;
	margin-bottom:15px;
}


#container {
	top: 0;
	position: relative;
	width: 820px;	
	margin: 0 auto;
	padding: 0;
	color: #1f4e86;
border: 0px solid #000;
background: url(../images/body_bg.jpg) no-repeat;height:100%;
}



html>body #container {
	top: -12px;
	
}


/* Sidebar --------------------------------------------------------------- */
#sidebar {border: solid 0px #000;
	width: 160px;
	position:relative; top:50px; left:-40px;
	color: #666;
	margin: 0;
	padding:0px;
	text-align: right;
}


#address a {color:#1f4e86;}



a {color:#1f4e86}



#main {border: 0px solid #000; width: 603px; position:absolute; top:0px; left:160px; margin: 0;padding: 0;}





#address {position:relative; top:130px; left:15px;color:#1f4e86;}


#flash {position:relative; top:128px; left:0px;}





#content {width: 603px;position:relative; left:0px;top:128px; text-align:left;padding-bottom:15px;}
		

#content h3 {font-weight:bold;
			height: 26px;
			margin: 0;
			padding: 15px 0 0 10px;
			text-transform: uppercase;
			font-size: 1.45em;
			
			background: url(../images/content_h2_bg.jpg) repeat-x;
			color: #f9dc02;border-left: 1px #323c59 solid;border-right: 1px #323c59 solid;
		}
			#content h3 .yellow {
				color: #f9dc02;
			}
		#content p {
			margin-left: 0px;
			padding: 10px;
		}
		#content .cars {
			float: right;
			margin: 5px -40px 5px 5px;
			position: relative;
		}
		#content .stock {
			padding-left: 10px;
		}



	
/* Navigation ------------------------------------------------------------ */
/* Navigation ------------------------------------------------------------ */
#nav {
	width: 162px;
	height: 189px;
	
	
	position:relative;
top:100px; left:-35px;
	list-style: none;
}
	#nav li {
		margin: 0;
		padding: 0;
		width: 162px;
	}
	#nav li a {
		display: block;
		font-size: 1.1em;
		color: #fff;
		width: 162px;
		height:19px;
		background: url(../images/nav_li_bg.gif) no-repeat right;
		text-align: right;
		text-transform: uppercase;
		text-decoration: none;
		margin: 1px 0 1px 0;
		padding: 11px 30px 0 0;
	}
	#nav li a:hover {
		background: url(../images/nav_li_bg_hover.gif) no-repeat right;
		color: #f9dc02;
	}



