* {	margin: 0;	padding: 0; border: none; }
body {
	width: 906px;
	margin: 0 auto;
	font: 11px/14px tahoma;
	background: #fff url(images/header.jpg) no-repeat center top;
	color: #000;
}
h1 {
	font: normal 16px tahoma;
	color: #272c77;
	padding-bottom: 25px;
}
h2 {
	font: bold 12px tahoma;
	color: #fff;
	background: url(images/h2.jpg) repeat-x;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	font: bold 12px tahoma;
	color: #116e2e;
	margin-bottom: 4px;
	text-align: center;
}
h4 a {
	color: #b10010;
}
h4 {
	font: normal 11px tahoma;
	background: url(images/h4.jpg) repeat-x;
	padding: 5px 0;
	margin-bottom: 15px;
	text-align: center;
}

a {color: #414141; text-decoration: none;}
a:hover {text-decoration: none;}

#menu {
	margin-left: 207px;
}
#menu li {
	font: normal 12px tahoma;
	color: #272c77;
	float: left;
	padding: 0 15px;
	background: url(images/menu-sep.jpg) no-repeat left 7px;
	list-style: none;
	margin: 45px 0 520px;
}
#menu li.first {
	padding-left: 0;
	background: none;
}
#menu li.last {
	border-right: 0;
	padding-right: 0;
}
#menu li a {
	font: normal 17px tahoma;
	color: #272c77;
	text-decoration: underline;
}

/***************/
#left {
	width: 365px;
	float: left;
	/*background: #bfd6f1;*/
}
	#main-news {
		font: 11px tahoma;
	}
	#main-news img {
		float: left;
		margin: 0 15px 0 0;
	}
	.news-item {
		margin-bottom: 40px;
	}
	.news-item img {
		float: left;
		margin: 0 7px 7px 0;
	}
	#news a {
		color: #a6a6a6;
		font-size: 10px;
	}


#center {
	width: 220px;
	margin-left: 50px;
	float: left;
/*	background: #f1e8bf;*/
}

	.test-drive-item {
		background: url(images/test-sep.jpg) no-repeat center bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.test-drive-item .more {
		text-align: center;
	}
	.test-drive-item .more a{
		color: #a6a6a6;
		font-size: 12px;
		text-decoration: underline;
	}
	.read-more-item {
		background: url(images/test-sep.jpg) no-repeat center bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
		color: #bebebe;
		font-size: 10px;
	}
	#read-more .more img {
		float: left;
		margin-left: 15px;
		margin-top: 17px;
		margin-right: 10px;
	}
	#read-more .more a {
		font: bold 12px tahoma;
		color: #000;
	}

#right {
	width: 220px;
	margin-left: 50px;
	float: left;
}
	#tuning {
		background: url(images/tuning.jpg) no-repeat top right;
		padding: 15px 0 10px;
	}
	#tuning img {
		margin: 10px 0 10px 30px;
	}
	#photo {
		background: url(images/photo.jpg) no-repeat top right;
		padding: 15px 0 10px;
	}
	#photo img {
		margin: 10px 0 10px 30px;
	}
.last {
	margin: 0;
	background: none;
	padding-bottom: 0;
}

#footer {
	margin-top: 20px;
	padding-top: 60px;
	padding-right: 25px;
	text-align: right;
	height: 120px;
	background: url(images/footer.jpg) no-repeat center center;
	color: #000;
}







