body {
	background: url('images/bg.jpg') top repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #929292;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0;
}
#header {
	height: 70px;
	margin: 0 0 20px;
}
#header h1 {
	background: url('images/logo.jpg') no-repeat;
	font-size: 30px;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 6px 0 0 61px;
	color: #fff;
	height: 45px;
}
#header2 {
	background: url('images/formbg.jpg') no-repeat;
	height: 256px;
	margin: 0 0 10px;
}
#formarea {
	width: 302px;
	float: right;
	margin: 0 15px 0 0;
}
#formarea h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #464646;
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 0 15px;
}
#formarea label {
	width: 75px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 8px 0 31px;
	color: #5b5b5b;
}
.required {
	margin: 0 0 20px;
}
.zipCode {
	width: 93px;
}
.submit {
	text-align: center;
}
#bottomtext {
	border: 1px solid #c2c2c2;
	padding: 20px 20px 8px;
	margin: 0 0 10px;
}
#bottomtext h3 {
	font-size: 18px;
	font-weight: 100;
	color: #1b74d0;
	margin: 0 0 5px;
}
#bottomtext p {
	color: #000000;
	line-height: 24px;
	margin: 0 0 12px;
}
#footer {
	background: url('images/footer.jpg') repeat-x;
	border: 1px solid #1b75cf;
	height: 31px;
}
#footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 8px;
}
