@charset "utf-8";
#head {
	width: 976px;
	height: 268px;
	margin-top: 10px;
}
#main {
	width: 645px;
	float: right;
}
#content {
	clear: both;
	width: 976px;
}
#title {
	background-image: url(images/car_small.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
	width: 590px;
}

#nav {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
	margin-top: 20px;
}
#footer {
	display: block;
	clear: both;
	width: 976px;
	text-align: center;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a {
	margin-bottom: 20px;
	display: block;
	width: 300px;
}
