body {
	font: 12px Verdana, Arial;
	color: #666;
	background-color: #c3c3c3;
}

a img { border: none; }

a, a.visited, a.active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
#left a{
color:#336699;
font-weight:bold;
}
h1 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

h2 {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

#wrapper {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 798px;
	height: 73px;
}

#banner {
	width: 798px;
	height: 225px;
	background-image: url('../images/banner.png');
}

#info {
	height: 30px;
	background-image: url('../images/info.png');
	text-align: right;
}

#info a, #info a:hover, #info a:hover, #info a:active, #info a:visited {
	color: #0062ad;
	font-size: 16px;
	text-decoration: none;	
}

#info p { padding-top: 6px; padding-right: 5px; }

#content {
	background-image: url('../images/body-bg.png');
	background-repeat: no-repeat;
	padding: 20px;
	height: 450px;
}

#left {
	float: left;
	width: 500px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #fff;
}

ul {
	color: #fff;
}

#footer {
	height: 60px;
	background-color: #fff;
	width: 100%;
	clear: both;
}

#footer p { padding-top: 25px; padding-left: 20px; color: #333; }

#bottom {
	width: 100%;
	height: 20px;
	background-color: #000;
	margin-bottom: 20px;
}

.header { margin-left: -5px; margin-bottom: 10px; }

.cars { padding-left: 35px; padding-top: 10px; }

label,input {
	display: block;
	width: 170px;
	float: left;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	color: #fff;
}

input {
	border: 1px #fff solid;
	background-color: #ddd;
}

textarea {
	border: 1px #fff solid;
	background-color: #ddd;
	width: 170px;
	height: 50px;
}

br {
	clear: left;
}

.pass { width: 15px; }

.submit { width: 60px; margin-left: 110px; }
