* { margin: 0; padding: 0 }
body  {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 19px;
	background-color: #ccc;
	text-align: center;
	margin: 0;
	padding: 0
	}

#wrapper  {
	background-color: #fff;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 779px
	}

/* header */
#header    {
	padding-bottom: 30px;
	width: 779px;
	height: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}



#header h1  {
	color: #013488;
	font-size: 1px;
	text-align: right
	}

#header h2 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 40px;
	text-align: center;
}
#header a {
	color: #00F;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
}
#header a:hover { color: #f00; text-decoration: none }
.logo {
	margin-top: 50px;
}
.cars {
	padding: 20px;
	float: left;
}
#main   {
	background-color: #fff;
	width: 779px;
	float: left
	}



/* content 
*/
#content { margin-bottom: 30px; padding-left: 50px; width: 400px; float: left }
h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px
}
p { }
ul { margin-top: 10px; margin-left: 20px }
a { color: #00f; font-weight: bold; text-decoration: none }
a:hover { color: #f00; text-decoration: none }
/* prices */
#prices {
	margin-right: 50px;
	padding: 20px;
	width: 200px;
	float: right;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #013388
	}

td {
	font-size: 12px;
	line-height: 19px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00f
	}

/* footer
*/
#footer   {
	background-color: #fff;
	width: 779px;
	float: left;
	border-bottom: 5px solid #013488
	}



.hands  {
	margin-left: 30px;
	float: left
	}
#footer p {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	width: 500px;
	margin-left: 200px;
}
.top40 {
	padding-top: 45px;
}
.facebook a {
	font-size: 11px;
	font-weight: normal;
}
.clearboth { clear: both }
