body,html {
    margin: 0;
    padding: 0;
    background-image: url('images/GreenGradient.gif');
    background-repeat: repeat;
    /*background: #ECEFDE;*/
    color: #000000;
}
body	{
	min-width:	801px;
}
#wrap	{
	width: 801px;
	margin: 0px auto 0px 100px;
	background-color: #5B5931;
}
#header	{
	background-color: #5B5931;
	margin: collapse;
	padding: 0px;
}
/*#main	{
	background-color: #5B5931;
	float: left;
	width: 801px;
	min-height: 100%; 
	margin: 0px 0px 10px 0px;
}*/
#introMessageBox	{
	width: 575px;
	height: 70px;
	/*margin: 15px 0px 10px 192px;*/
	position: absolute;
	left: 300px;
	top: 305px;
	background-color: #5B5931;
}
#introMessage	{
	width: 565px;
	height: 60px;
	position: absolute;
	left: 300px;
	top: 310px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #DCE2AF;
	padding: 5px 10px;
	margin: 5px 10px;
	text-align: center;
}
#pond	{
	width: 511px;
	left: 158px;
	position: absolute;
	left: 335px;
	top: 400px;
}
#credit	{
	width: 511px;
	height: 25px;
	left: 295px; /*top: 500px;*/
	margin: 0px 0px 10px 223px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-style: normal;
	font-weight: 400;
	color: e1e4a9;
}
#credit a {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 7pt;
	font-style: normal;
	padding: 2px;
	color: #ECE9D8;
	background-color: a39e51;
	text-align: center;
	vertical-align: middle;
}
#sideBar	{
	position: relative;
	background-color: #A49E52;
	width: 157px;
	margin: 0px 0px 0px 4px;
}
#membershipPromo {
	position: absolute;
	top: 185px;
	left: 125px;
	width: 120px;
	text-align: center;
}
#addressBlock	{
	position: relative;
	left: 4px;
	vertical-align: top;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:700;
	color: #FFFFFF;
	padding: 5px;
}
#footer_links {
	/*border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	margin: 10px 0px 10px 0px;
	clear: both;
}
#footer_links ul {
	margin: 0;
	padding: 2;
	text-align: center;
}
#footer_links li {
	display: inline;
}
#footer_links a:link, #footer_links a:visited {
	font-size: 8pt;
	text-decoration: none;
	/*background-color: #fdf8f2;*/
	color: #DCE2AF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}