* {	margin: 0;	padding: 0; border: none; }
html {
	
	background: url(images/bg.jpg) repeat;
}
body {
	width: 920px;
	padding: 0 40px;
	margin: 0 auto;
	font: 11px/14px tahoma;
	color: #000;
	background: url(images/header.jpg) no-repeat center top;
}

h1 {
	font: normal 16px arial;
	text-transform: uppercase;
	color: #013168;
	margin-bottom: 15px;
}
h2 {
	font: bold 12px tahoma;
	color: #feea00;
	background: url(images/bg2.jpg) no-repeat;
	padding: 8px 0 10px;
	text-align: center;
	margin-bottom: 15px;
	}
h3 {
	font: normal 14px tahoma;
	color: #0d1a95;
	margin-bottom: 7px;
}
h4 {
	font: bold 12px tahoma;
	margin-bottom: 12px;
	color: #208a0e;
	text-decoration: underline;
}

a {color: #414141; text-decoration: none;}
a:hover {text-decoration: none;}

#menu {
	padding: 71px 0 640px 240px;
}
#menu li {
	float: left;
	list-style: none;
	font: 12px tahoma;
	text-transform: uppercase;
	color: #8cbbf0;
	margin-left: 30px;
}
#menu li a {
	color: #fff;
}

#main-news {
	color: #fff;
	font-size: 12px;
}
#main-news img {
	float: left;
	margin: 3px 10px 5px 0;
}

#news {
	margin-left: -65px;
}
#news .item {
	width: 262px;
	float: left;
	margin-left: 65px;
}
#news img {
	margin-bottom: 10px;
}
#news .more {
	margin-top: 13px;
	background: url(images/bg2.jpg) no-repeat;
	padding: 7px 10px 10px;
	color: #646464;
}
#news .more a {
	color: #fff;
	float: right;
}

#test {
	margin-left: -65px;
}
#test .item {
	width: 262px;
	float: left;
	margin-left: 65px;
	color: #fff;
}
#test img {
	float: left;
	margin: 3px 10px 10px 0;
}

#tuning {
	padding: 15px;
	background: url(images/tuning.jpg) no-repeat;
}
#tuning img {
	margin: 12px;
}

#read-more {
	margin-left: -65px;
	background: url(images/read-more.jpg) no-repeat 197px center;
}
#read-more .item {
	width: 262px;
	float: left;
	margin-left: 65px;
	color: #fff;
}
#read-more a {
	color: #a2ff8d;
}

.sep {
	height: 60px;
	background: url(images/sep1.jpg) repeat-x center center;
}
.last {
	margin-bottom: 0 !important;
	background: none !important;
	padding-bottom: 0 !important;
}
.clear {
	clear: both !important;
	float: none !important;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	margin: 0 -40px;
	padding: 20px 40px 30px;
}








