div, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-color: #cccccc;
}

p {
	margin-top: 12px;
	text-align: justify;
}

#container {
	margin: auto;
	width: 960px;
}

#header {
	width: 960px;
	height: 100px;
	background-image: url('img/head1.png');
	margin-bottom: 10px;
}

#header h1 {
	text-indent: -9999px;
}

#page {
	width: 960px;
	background-color: #fff;
	position: relative;
}
.top_div {
	width: 960px;
	height: 10px;
	background-image: url('img/top_div.png');
}

.middle_div {
	width: 960px;
	background-image: url('img/middle_div.png');
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
}

.middle_div h2 {
	width: 940px;
	background-color: #ccc;
/*	text-align: center;*/
}

#gallery h3 {
	width: 466px;
	background-color: #ccc;
	margin-top: 10px;
	font-size: 18px;
/*	text-align: center;*/
}

img {
	margin-top: 10px;
}

#about_car {
	position: absolute;
	width: 464px;
	left: 486px;
	top: 35px;	
}

#about_car h3 {
	width: 464px;
	background-color: #ccc;
	margin-top:10px;
	font-size: 18px;
/*	text-align: center;*/
}

.bottom_div {
	width: 960px;
	height: 10px;
	background-image: url('img/bottom_div.png');
	background-position: bottom;
}

a img, a img:visited {
	border-style: none;
}
