html, body {
	padding: 0;
	background-repeat: repeat-x;
}
div#wrapper {
	text-align:left; /* reset text alignment */
	width:750px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #81C510;
	border-left-color: #7EC111;
}
body {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	color: #000;
	border-top: 3px solid #777;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 22px;
	background-color: #2B4007;
	background-attachment: fixed;
	background-image: url(new_bg.jpg);
	background-position: center top;
	}
#footer {
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	width: 720px;
	left: 30px;
	padding-left: 30px;
	margin: 0px;
	height: 500px;
	padding-top: 10px;
}
#frame 
	{
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#outline 
	{
	border: 1px solid #FFFFFF;
	width: 700px;
	background-position: center;
	background-color: #FFFFFF;
	padding-left: 30px;
	color: #434306;
	}
#header {
	background-color: #FFFFFF;
	width: 750px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #666666;
}

#menu {
	background-color: #6D893D;
	height: 41px;
	width: 750px;
	background-image: url(menu_bg.gif);
}
a:link {
	color: #003333;
	text-decoration: underline;
	font-family: Tahoma, Arial, Verdana;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #003300;
}
.imgbrdr {
	border: 3px solid #79A33A;
}
h1 {
	font-size: 2.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #34461E;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #41640A;
}

a.linker:link,a.linker:active,a.linker:hover,a.linker:visited  {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a.linker:hover {
	color:#66CC00;
	text-decoration: underline;
}

