/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/vehbg.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-color: #131a2d;
	background-repeat: no-repeat;
	font-family: "Tahoma", Arial, Verdana;
	font-size: 11px;
}

a:link,
a:active,
a:visited {
	color: #820F14;
	text-decoration: none;
}
a:hover {
	color: #B32A30;
	text-decoration: underline;
}

#header {
	background-color: #f5f6eb;
	height: 105px;
	background-image: url(images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
}

#contwrap {
	width: 100%;
	position: relative;
}

#conttitle {
	background-image: url(images/vehtitlebg.png);
	height: 110px;
	margin: 0px 0px 0px 230px;
}

#content1 {
	margin: 15px 30px 15px 65px;
	background-image: url(images/vehtitlebg.png);
	height: 100px;
}

#cologo {
	width: 150px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#coinfo {
	width: 520px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	
}

#content2 {
	margin: 20px 30px 1px 260px;
}

.main_text {
	padding: 15px;
}

#content {
	padding: 7px;
}

#content div h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
