body {
	background: #f0f0f0 url("../img/body_bg.jpg") repeat-x;
	font-family: arial;
	font-size: 12px;
}

hr {
	border: none;
	border-top: 1px solid #5f5f5f;
	margin-left: 15px;
	margin-right: 15px;
}

a {
	color: #3388b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	background-color: #1b1b1b;
	width: 910px;
	margin: 10px auto 10px auto;
}


	#wrap #header {
		background: url('../img/hr.jpg') repeat-x;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		margin-top: 10px;
		width: 890px;
	}
	
	#wrap #header .logo {
		float: left;
		margin-top: 20px;
		width: 282px;
	}
	
	#wrap #header ul {
		display: block;
		float: right;
		list-style: none;
		padding-top: 25px;
	}
	
	#wrap #header ul li {
		float: left;
	}
	
	#wrap #header ul li a {
		color: #ccc;
		padding-left: 10px;
		padding-right: 10px;
		font-size:11px;
	}
	
	#wrap #flash {
		width: 842px;
		height: 403px;
		margin-bottom: 90px;
	} * html #wrap #flash { /* IE6 */
		margin-bottom: 0px;
	} *:first-child+html #wrap #flash { /* IE7 */
		margin-bottom: 50px;
	}
	
	#wrap #content {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 70px;
	}
	
	#wrap #content .welcome {
		text-indent: -10000px;
		background: url('../img/welcome_header.jpg') no-repeat;
		height: 33px;
	}
	#wrap #content .contact {
		text-indent: -10000px;
		background: url('../img/contact_header.gif') no-repeat;
		height: 33px;
	}
	#wrap #content .dealers {
		text-indent: -10000px;
		background: url('../img/dealers_header.gif') no-repeat;
		height: 33px;
	}
	#wrap #content .price {
		text-indent: -10000px;
		background: url('../img/price_header.gif') no-repeat;
		height: 33px;
	}
	#wrap #content .news {
		text-indent: -10000px;
		background: url('../img/news_header.gif') no-repeat;
		height: 33px;
	}
	
	#wrap #content h2 {
		color: #3388b7;
		font-size: 16px;
		margin-left: 15px;
	}
	
	#wrap #content p {
		color: white;
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	