@charset "UTF-8";
html, body {
	margin: 0px 0px 1px;
	padding: 0px;
	background: #DDD;
	min-height: 100%;
}
p {
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
h1 {
	font-size: 24px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
}
#quotes {
	width: 400px;
	float: right;
	padding: 5px 15px 5px 5px;
}
.helv12red {
	color: #F00;
	font-size: 14px;
}
.formbox {
	width: 310px;
	border: 1px solid #1B859E;
	padding: 2px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 260px;
	position: relative;
}
#gml {
	position: absolute;
	height: 90px;
	width: 260px;
	top: 112px;
	right: 0px;
}
