body {
	margin: 0px;
	background-image: url(../images/background-medium.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
p, td { margin: 0px; }
#wrapper {
	width: 1044px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	min-height: 700px;
	background-color: #6b8d41;
}
#banner {
	height: 160px;
	padding-top: 18px;
}

#page-banner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#menu {
	padding-left: 120px;
	padding-right: 75px;
	font-size: 13px;
	font-family: "Big Caslon", "Copperplate Gothic Light", "Palatino Linotype", Georgia;
	text-transform: uppercase;	
	padding-bottom: 30px;
	clear: both;
}

#content {clear:both;}
#wrapper #content h2 {
	font-family: "ITC Berkeley Oldstyle", "ITC Galliard Std", Georgia;
	font-size: 17px;
	margin-bottom: 12px;
	font-weight: bold;
}

#wrapper #content p {
	font-family: "ITC Berkeley Oldstyle", "ITC Galliard Std", Georgia;
	font-size: 15px;
	margin-bottom: 9px;
}

#wrapper #footer {
	padding-bottom: 45px;
	padding-top: 13px;
}

#wrapper #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 75px;
	padding-left: 75px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}

/* contact form */
#contactform {
	background-image: url(../images/bg-form.jpg);
	background-repeat: no-repeat;
	clear: both;

	width: 814px;
}
#contactform #theform {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	float: right;
}
#contactform #thetext {
	float: left;
	width: 500px;
	padding-top: 28px;
	padding-left: 36px;
	font-weight: bold;
}
#contactform #theform  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#footer {clear:both}

.trans {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
a:hover .trans  {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	text-decoration: none;
}

#footer a:link { color: #000000; text-decoration: none;  }
#footer a:visited { color: #000000; text-decoration: none;  }
#footer a:hover { color: #333333; text-decoration: underline;  }
#footer a:active { color: #000000; text-decoration: none;  }



