@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F1E7D3;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.section {
	font-size: 13px;
	display: block;
	color: #666666;
}

.section a {
	font-size: 28px;
	display: block;	
}

.section img {
	display: block;
	margin-right:auto;
	margin-left:auto;
}

#logo {
	display: block;
	margin-bottom: 42px;
}

#section {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#engines {
	display: block;
	width: 200px;
	float:left;
	text-align: center;

}

#cars {
	display: block;
	width: 300px;
	float:left;
	text-align: center;

}

#parts {
	display: block;
	width: 200px;
	float:left; 	
	text-align: center;
}

#contact {
	display: block;
	margin-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #8A8A8A;
}

#contact a {
	color: #8A8A8A;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

#copyright {
	display: block;
	margin-top: -5px;
	text-align: center;
	font-size: 11px;
	color: #8A8A8A;
}

#copyright a {
	color: #8A8A8A;
	text-decoration: underline;
	
}
