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: 0 auto 0 100px;
	background-color: #5B5931;
}
#header	{
	background-color: #5B5931;
	margin: collapse;
	padding: 0px;
}
#main	{
	background-color: #5B5931;
	float: left;
	width: 801px;
	height: 750px;
	margin: 0px 0px 10px 0px;
}
#pageTitle {
	position: relative;	
	text-align: center;
	width: 565px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:16px;
	color:#ffffff;
}
#reciprocalInfo	{
	width: 600px;
	position: relative;
	text-align: center;
	clear: right;
}
#reciprocalInfo p {
	text-align:left;
	padding: 0px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #DCE2AF;
}
#reciprocalGrid	{
	width: 600px;
	position: relative;
	text-align:center;
	margin: 20px 0px 0px 0px;
}
#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	{
	background-color: #A49E52;
	float: left;
	position: relative;
	left: 4px;
	width: 157px;
	vertical-align: baseline;
	margin: collapse;
}
#membershipPromo {
	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;
}