body
{
	background: #000000;
	text-align: center;
}

#container
{
	position: relative;
	top: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 750px;
}

#nav
{
	position: relative;
	width: 750px;
	height: 164px;
	background: url("../img/bg_nav.jpg") no-repeat;
}

#content
{
	position: relative;
	top: 0;
	background: url("../img/bg_content.jpg");
	width: 670px;
	min-height: 500px;
	padding: 40px;
}

#footer
{
	position: relative;
	top: 0;
	width: 750px;
	height: 67px;
	vertical-align: bottom;
	background: url("../img/bg_footer.jpg") no-repeat;
	text-align: center;
	font-size: .6em;
	margin: 0;
	padding-top: 55px;
}

.product
{
	margin: 10px;
}

.vehicle
{
	width: 100%;
	padding: 0 40px 0 20px;
	margin-bottom: 70px;
}

#admin
{
	position: relative;
	top: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 750px;
	background: #CCCCCC;
	border: solid 2px #333333;
}