BODY {
	min-width: 900px;
	background: silver;
	margin: 0;
	padding: 0;
}

P,SPAN,TD,A,h1,h2,h3,div {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: justify;
	line-height: 15px;
	background: transparent;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: silver;
}

a:active {
	color: silver;
}

img {
	border: 0px;
	border-style: none;
}

a.nav,a.nav:link,a.nav:VISITED,.nav {
	position: absolute;
	top: 0px;
	
	display: block;
	background: black;
	color: white;
	height: 22px;
	width: 170px;
	
	margin: 5px;
	
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

a.nav:hover, a.nav:ACTIVE {
	background: silver;	
}

#center_layer {
	position: relative;
	top: 25px;
	right: 0;
	margin: 0 auto;
	width: 900px;
	height: 700px;
	text-align: left;
	padding: 0;
	background: white;
	border: 1px solid black;
}

#cars {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 60px;
	width: 245px;
	background-image: url(/images/layout/cars-bg.jpg);
}

#title {
	position: absolute;
	top: 35px;
	right: 15px;
	font-size: 22px;
	height: 40px;
	font-weight: bolder;
	line-height: 30px;
}

#header {
	position: absolute; 
	left: 125px; 
	top: 10px; 
	font-size: 32px; 
	line-height: 40px; 
	height: 45px; 
	font-weight: bolder; 
}

#services {
	position: absolute;
	top: 75px;
	left: 10px;
	font-weight: bold;
	font-size: 9px;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 900px;
}

#logo {
	position: absolute;
	
	top: 140px;
	left: 0px;
	width: 900px;
	height: 60px;
	
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#content {
	position: absolute;
	
	top: 210px;
	left: 20px;
	width: 858px;
	height: 450px;
	padding-right: 20px;
	
	overflow: auto;
}

#footer {
	position: absolute;
	
	bottom: 1px;
	left: 0px;
	width: 900px;
	height: 20px;
	
	padding-top: 5px;
	
	border-top: 2px solid black;
	text-align: center;
}

