body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	overflow: auto;
	background-image: url(images/bg.jpg);
	color: #000000;
}

a {
	color: #430A1F;
	text-decoration: none;
}

a:hover {
	color: #933;
}

#logo_img {
	position: absolute;
	width: 320px;
	top: 5px;
	height: 155px;
	left: 0px;
}

#logo {
	position: absolute;
	width: 688px;
	top: 23px;
	/*height: 100px;*/
	right: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}

#logo_txt {
	position: absolute;
	width: 688px;
	top: 125px;
	height: 51px;
	right: 21px;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
}

#menu {
	position: absolute;
	width: 950px;
	top: 170px;
	height: 28px;
	font-size: 16px;
	line-height: 18px;
	overflow: auto;
	color: #333333;
	font-weight: bold;
	border: 1px solid #666666;
}

#info {
	position: absolute;
	width: 910px;
	border: 1px solid #666666;
	top: 210px;
	bottom: 20px;
	overflow: auto;
	padding-top: 10px;
	background: url(images/bg_trans_light.png);
	padding: 20px 20px 20px 20px;
}

#home_vehicle_img {
	position: absolute;
	width: 175px;
	left: 20px;
	top: 50px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
}

#home_info {
	position: absolute;
	right: 20px;
	left: 230px;
	top: 50px;
	border: 1px solid #FF0000;
	padding-top: 10px;
}

#main_body {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
