@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-color: #60818e;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/wheel3.jpg);
}
#holder {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#navigation {
	height: 42px;
	width: 900px;
	background-color: 6a9067;
}

#header {
	background-color: #60818e;
	height: 230px;
	width: 900px;
	background-image: url(../images/header.jpg);
}
#content {
	width: 900px;
	color: #333333;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 19px;
	margin: 0px;
	padding-top: 0px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: 0.10em;
	color: #6a9067;
	line-height: 2.8em;
	padding-right: 15px;
	padding-left: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 0.10em;
	color: 6a9067;
	line-height: normal;
	padding-right: 0px;
	padding-left: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}


#footer {
	background-color: #60818e;
	height: 55px;
	width: 900px;
	background-image: url(../images/footer.jpg);
}
ul#navigation {
	margin: 0px;
	background-color: #6a9067;
	height: 42px;
	width: 870px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 42px;
	text-align: center;
}
ul#navigation li {
	list-style-type: none;
	display: inline;
	padding-right: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#navigation li a:hover {
	color: #FF0000;
	text-decoration: none;
}

ul#navigation li.lastnav {
	padding: 0px;
}
a {
	color: #6a9067;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: 61a2b8;
	text-decoration: none;
	font-weight: bold;
}

