body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background: #0f0f0f url(../images/bg_wrapper.gif) left top repeat-x;
}
* {margin: 0px; padding: 0px;}
a,img, a img {outline:none; border: none; }
a {color: #888; text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {
	font-size: 24px;}
img {padding:10px;}
.container {
	width:800px;
	margin:0px auto;
	color: #ffffff;
}
.toyota {
	width: 350px;
	float:left;
	text-align: center;
}
.honda {
	width: 350px;
	float:right;
	text-align: center;
}
.info {
	width: 400px;
	float:left;
	margin-right: 60px;}
.tools {
	float:left;
	padding: 30px 0px;
	font-size: 11px;
	color: #888;}
.tools h2 {
	font-size: 14px;
	margin-bottom: 10px;}
.model-list {
	float:left;
	width: 100px;}
.keep-in-touch {
	float:left;}
.new-location {margin-top: -33px;}
.margin-top {margin-top: 30px;}
.header-text {margin-top: 50px; text-align:center; font-size: 16px;}
.clear {clear:both;}
.float-right {float:right;}
.float-left {float:left;}
