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

body {
	background-color: #013300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper_home {
	border: 3px solid #FFFFFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/cars.jpg);
	background-repeat: no-repeat;
	background-position: right 400px;
}
#wrapper {
	border: 3px solid #FFFFFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013300;
}
#nav {
	height: 20px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013300;
	background-color: #CBCB07;
}
#stripe {
	background-image: url(images/stripe.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
}
#nav a:link {
	font-size: 13px;
	color: #013300;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013300;
	padding: 20px;
}
#welcome {
	font-size: 13px;
	margin-bottom: 10px;
}
#left {
	float: left;
	width: 40%;
	height: auto;
}
#right {
	width: 60%;
	float: left;
	height: auto;
}
#contact {
	font-size: 14px;
	width: 100%;
	height: 50px;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #013300;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	clear: both;
}
#footer img {
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
	text-align: center;

}
#copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	width: 100%;
}
#copyright a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
