@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
}
#wrapper {
	background-color: #D5EAFF;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#navmenu ul {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navmenu li {
	display: inline;
}
#navmenu a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#navmenu a:hover {
	color: #FFF;
	background-color: #00A8F9;
}

#banner {
	background-color: #66CCFF;
	height: 120px;
	width: 860px;
}
.banner-image {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.banner-text {
	font-weight: bold;
	float: right;
	margin-top: 55px;
	margin-right: 25px;
}
#navmenu {
	background-color: #FF9900;
	height: 40px;
	width: 100%;
}
#content {
	background-color: #D5EAFF;
	width: 820px;
	padding: 20px;
	height: auto;
	min-height: 410px;
}
#image-header {
	background-image: url(images/car.gif);
	background-repeat: repeat-y;
	background-position: top;
	text-align: center;
	vertical-align: bottom;
	height: 370px;
	width: 115px;
	margin-top: 20px;
	float: left;
}
#textconent {
	float: right;
	height: auto;
	width: 680px;
	min-height: 410px;
}

#footer {
	font-size: 12px;
	background-color: #66CCFF;
	text-align: center;
	clear: both;
	height: 30px;
	width: 860px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #000;
}
