@charset "UTF-8";

A:link {text-decoration: none; color: #118ACC;}
A:visited {text-decoration: none; color: #118ACC;}
A:active {text-decoration: none; color: #118ACC;}
A:hover {text-decoration: none; color: #118ACC;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-color: #6CAE0C;
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	font-size: 12px;	color:#999
}
.oneColFixCtr #container {
	width: 1011px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#headerh {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headerh.png);
	background-repeat: no-repeat;
}
#headeros {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headeros.png);
	background-repeat: no-repeat;
}
#headergfs {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headergfs.png);
	background-repeat: no-repeat;
}
#headerft {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headerft.png);
	background-repeat: no-repeat;
}
#headerfr {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headerfr.png);
	background-repeat: no-repeat;
}
#headergf {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headergf.png);
	background-repeat: no-repeat;
}
#headercu {
	z-index:0;
	width: 850px;
	height: 65px;
	background-image: url(images/headercu.png);
	background-repeat: no-repeat;
}
#mainspacer {
	z-index:0;
	height: 100%;
	width: 809px;
	background-image: url(images/mainspacer.png);
	background-repeat: y-repeat;
	float:left;
}
#menuspacer {
	z-index:0;
	height: 65px;
	width: 202px;
	background-image: url(images/menuspacer.png);
	background-repeat: no-repeat;
	float:left;
}
#menu0 {
	z-index:0;
	height: 26px;
	width: 202px;
	background-image: url(images/menu0.png);
	background-repeat: no-repeat;
	float:left;
}
#menu1 {
	z-index:0;
	height: 23px;
	width: 202px;
	background-image: url(images/menu1.png);
	background-repeat: no-repeat;
	float:left;
}
#menu2 {
	z-index:0;
	height: 25px;
	width: 202px;
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
	float:left;
}
#menu3 {
	z-index:0;
	height: 25px;
	width: 202px;
	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
	float:left;
}
#menu4 {
	z-index:0;
	height: 23px;
	width: 202px;
	background-image: url(images/menu4.png);
	background-repeat: no-repeat;
	float:left;
}
#menu5 {
	z-index:0;
	height: 25px;
	width: 202px;
	background-image: url(images/menu5.png);
	background-repeat: no-repeat;
	float:left;
}
#menu6 {
	z-index:0;
	height: 24px;
	width: 202px;
	background-image: url(images/menu6.png);
	background-repeat: no-repeat;
	float:left;
}
#menu7 {
	z-index:0;
	height: 23px;
	width: 202px;
	background-image: url(images/menu7.png);
	background-repeat: no-repeat;
	float:left;
}
#menu8 {
	z-index:0;
	height: 75px;
	width: 202px;
	background-image: url(images/menu8.png);
	background-repeat: no-repeat;
	float:left;
}
#footer {
	z-index:0;
	height: 305px;
	width: 809px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	float:left;
}
#goat {
	z-index:0;
	height: 305px;
	width: 202px;
	background-image: url(images/goat.png);
	background-repeat: no-repeat;
	float:left;
}
