.content_main {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px
	color: #000000;
}

p {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px
	color: #000000;
}

td {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px
	color: #000000;
}


a {
		color: #000000;
		text-decoration:underline;
}
	
#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;
}

.epi {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.black_border {
	border: 1px solid #000000;
}

