body {

	background: #000;

}


/* LINK COLORS */

a { color: #000000;	

}


#container{

	width: 900px;
	background: #fff;
	margin: 0px auto;

}

#vehicle_container {
	background-color: #fff; 
	width: 900px; 
	float: left;
}

#vehicle_image {

	float: left;
	width: auto;
	height: auto;

}

#vehicle_image img {

		width: 450px;

}


#vehicle_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 430px;
	text-align:left;
	vertical-align:top;
	margin-left: 10px;
	background-color: #fff;
	color: #000000;


}


#vehicle_text h2 {

	margin-bottom: 5px;


}


h1{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
	font-weight: bolder;

}




.dotted_line {
	border-top: 2px dotted #aaaaaa;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	margin-top: 10px;
	padding-top: 10px;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;

	line-height: normal;
	vertical-align:top;
}
