@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #737067;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.frontpage {
	overflow: hidden;
}

#header {
	margin: 0; 
	padding: 0;
	height: 20px;
	width:100%;
	position: absolute; 
	top: 0px;
	background: #f14747; 
}

#container {
	width: 100%;
	background: #737067;
	margin: 0 auto;
	text-align: left;
	clear:both;
}

#logo {
	width: 535px;
	height: 72px;
	position: absolute;
	top: 60px;
	left: 20px;
	zindex: 1;
	background:url(images/ghgeyer.png) top left no-repeat;
}

#mainContent {
	padding-right: 10px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

#frontimg {
	position:relative;
	top: 0px;
	z-index: 0;
	float: left;
	padding-left: 10px;
}

#rollover {
	width: 187px;
	float:left;
	margin-top: 185px;
}



#mainmenu {
	top: 170px;
	position: relative;
	float:left;
}


#copyright {
	margin: 0; 
	padding: 0;
	font-size:11px;
	color:#CCC;
}

#footer {
	margin: 0; 
	padding: 0;
	height: 20px;
	width:100%;
	position: absolute; 
	bottom: 0px;
	background: #b5d16f;
}
