html {
	margin: 0;
	padding: 0;
	height:100%;
	font-size:14px;font-family: Arial, Helvetica, sans-serif;
}

body {margin:0px;background: #03163f url(../images/html_bg.jpg) repeat-x;height:100%;}






#container {
	top: 0;
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	color: #ffd700;
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:#ffd700;}



a {color:#ffd700}



#main {border: 0px solid #000; width: 603px; position:absolute; top:0px; left:160px; margin: 0;padding: 0;}


#homeimg {

	position: absolute;
	margin: -34px 0 0 150px;
}

#contactimg {

	position: absolute;
	margin: -34px 0 0 210px;
}

#stockimg {
		position: absolute;
	margin: -34px 0 0 350px;
}


#address {position:relative; top:130px; left:15px;color:#ffd700;}


#flash {position:relative; top:128px; left:1px;}





#content {
width: 603px;
position:relative; 
left:0px;
top:143px; 
text-align:left;
padding-bottom:15px;
background-image: url('images/bodycontent_bg.gif');

}
		

#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: #ffd700;border-left: 1px #ffd700 solid;border-right: 1px #ffd700 solid;
		}
			#content h3 .blue {
				color: #ffd700;
			}
		#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: #ffd700;
		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: #fff;
	}


