* {
	margin:0; 
	padding:0; 
}

html,body { 
	margin:0; 
	padding:0; 
	background: #CECDCD; 
	text-align: center;
	font-family: "Verdana", helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	background:#fff;
	height: 160px;
}

div#nav {
	clear: left;
	position: absolute;
	top: 150px;
	left: 0px;
	height: 34px;
	width: 100%;
	background-color: #2B6788;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav img {
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

div#content {
	background: #fff;
	margin-top: 24px;
	padding-bottom: 5em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	left: 0px;
	background: #B90F0F;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
}
a {
	color: #B90F0F;
	text-decoration: none;
}
a:hover {
	color: #B90F0F;
	text-decoration: underline;
}
option {
	padding-right: 5px;
}
p {
	padding-bottom: 10px;
}
p.indent {
	padding-left: 23px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}
p.contact {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B90F0F;
}
td, input, select, textarea {
	font-size: 11px;
	font-family: Verdana, helvetica, sans-serif;
}
.max {
	font-family:"Impact", sans-serif; 
	font-size:107px; 
	color:#7a7a7a;
}
.moreinfo {
	font-size: 13px;
	color: #C3A045;
}
hr.divider {
	height: 1px;
	width: 100%;
	color: #B90F0F;
}
.darkred {
	color: #B90F0F;
}
.orange {
	color: #FF8000;
}
.blue {
	color: #0000FF;
}