body {
	margin: 0;
	padding: 0;
	background: #fff;
}
#wrapper {
	min-width: 990px;
}
#header {
	position: relative;
	background: url('images/bghead.png') repeat-x;
	height: 266px;
}
#rcar {
	position: absolute;
	background: url('images/rcar.png') no-repeat;
	height: 273px;
	width: 730px;
	right: 0px;
	top: 5px;
}
#logo {
	background: url('images/logo.png');
	position: absolute;
	height: 60px;
	width: 687px;
	left: 0px;
	top: 5px;
}
#w1 {
	position: absolute;
	left: 100px;
	top: 70px;
	font-size: 45px;
	font-family:  arial black, arial;
	font-weight: bold;
	color: #8C241F;
}
#w2 {
	position: absolute;
	left: 400px;
	top: 130px;
	font-size: 30px;
	font-family: arial black, arial;
	font-weight: bold;
	color: #8C241F;
}
#w3 {
	position: absolute;
	left: 300px;
	top: 180px;
	font-size: 30px;
	font-family: arial black, arial;
	font-weight: bold;
	color: #8C241F;
}
#content {
	margin-left: 340px;
}

#nav {
	position: relative;
	height: 34px;
	background: #4eae3b url('images/hmenu.png') repeat-y;
}
#nav ul {
	margin: 0 0 0 55px;
	list-style: none;
	vertical-align: baseline;
}
#nav ul li {
	display: block; 
	margin: 0;
	border: 0;
	float: left;
}
#nav ul li a {
	line-height: 34px;
	padding: 0 20px;
	color: #8C241F;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	font-family: arial;
}
#nav ul li a:hover {
	text-decoration: underline;
	background: #4eae3b;
}
#nav .current {
	background: #4eae3b;
	color: #fff;
}

#text {
	font-family: arial;
	margin-top: 20px;
	min-height: 811px;
	padding-right: 20px;
}
#text a{
	color: #4eae3b;
	text-decoration: none;
}
#text a:hover{
	color: #4eae3b;
	text-decoration: underline;
}

#lmenu {
	position: absolute;
	left: 20px;
	top: 150px;
	width: 320px;
	height: 971px;
	background: url('images/vmenu.png') no-repeat;
}
#lmenu ul {
	list-style: none;
	padding-left: 85px;
	margin-top: 2px;
}
#lmenu ul li {
	margin-bottom: 7px;
}
#lmenu ul li  a{
	font: 20px arial;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	
}
#lmenu ul li a:hover  {
	text-decoration: underline;
}
#car {
	position: absolute;
	left: 0px;
	top: 711px;
	width: 317px;
	height: 256px;
	background: url('images/car.png') no-repeat;
}
#banner {
	position: absolute;
	left: 63px;
	top: 521px;
	width: 220px;
	height: 150px;
}

#footer {
	position: relative;
	height: 80px;
	background: url('images/footer.png') no-repeat;
}
#copyr {
	position: absolute;
	color: black;
	font: 16px arial;
	left: 60px;
	top: 10px;
}
#count{
	position: absolute;
	color: black;
	font: 16px arial;
	right: 280px;
	top: 4px;
}
#recimg {
	position: absolute;
	right: 30px;
	top: 8px;
	background: url('images/recimg.png');
	display: block;
	width: 232px;
	height: 22px;
}
#crumbs {
	font-family: arial;
	font-size: 0.9em;
}
#crumbs a{
	color: #4eae3b;
	text-decoration: none;
}
#crumbs a:hover{
	color: #4eae3b;
	text-decoration: underline;
}