html{
	margin: 0px;
	padding: 0px;
}

body{
    background: #7E9D7E;
	margin: 0px;
	padding: 0px;
}

#page-wrap{
	width: 960px;
	margin: auto;
	padding: 20px;
}

.clear-it {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display:block;
}

.clear-it2 {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	display:block;
}

#header {
   	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 170px;
	background: url(../images/header.jpg);
	border: solid 2px #336234;
}

#content {
	float: left;
	display: inline;
	width: 960px;
	background: #E1DF9A;
	margin: 3px 0 0 0;
	
	border: solid 2px #336234;
}

#content a:link, #content a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #278628;
}

#content a:hover {
	text-decoration: underline;
}

#content address {
	font-style: normal;
	float: left;
	margin: 0 25px 0 0;
}

#content #nav {
	float: left;
	display: inline;
	width: 180px;
}

#content #nav a:link, #content #nav a:visited {
	width: 176px; /*180*/
	display: block;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #E1DF9A;
	background: #278628;
	font: 12px/14px trebuchet, sans-serif;
	text-decoration: none;
	letter-spacing: .5px;

	border-bottom: 2px solid #336234;
	border-right : 2px solid #336234;
}

#content #nav a:hover {
	color: #E1DF9A;
	background: #359135;
	text-decoration: none;
}

#content #content-left {
	float: left;
	display: inline;
	width: 500px; /*550*/
	padding: 25px 25px 0 25px;
	color: #278628;
	font: 12px/19px arial, sans-serif;
}

#content #content-left #twitter {
	height: 21px; /*25*/
	width: 220px;
	float: left;
	display: inline;
	font: bold 14px/16px arial, sans-serif;
	padding: 4px 0 0 30px;
	background: url(../images/tw.png) left center no-repeat;	
}

#content #content-left #facebook {
	height: 21px; /*25*/
	width: 220px;
	float: left;
	display: inline;
	font: bold 14px/16px arial, sans-serif;
	padding: 4px 0 0 30px;
	background: url(../images/fb.png) left center no-repeat;	
}

#content #content-right {
	float: left;
	display: inline;
	width: 230px;
	padding: 25px 0 0 0;
}

#content #content-wrap {
	float: left;
	display: inline;
	width: 730px; /*780*/
	padding: 25px 25px 0 25px;
	color: #278628;
	font: 12px/19px arial, sans-serif;
}

#content #content-wrap .gall-img {
	float: left;
	display: inline;
	margin: 0 40px 0 0;
}

#content #content-wrap .gall-img img {
	border: 1px solid #336234;
}

#content #content-wrap #pages {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

#content .img-w-b {
	border: 1px solid #336234;
	margin: 0 0 15px 0;
}

#content .hrs-left {
	float: left;
	display: inline;
	width: 200px; 
	font-weight: bold;
	margin: 0 0 20px 0;
}

#content .hrs-right {
	float: left;
	display: inline;
	width: 500px;
	margin: 0 0 20px 0;
}

#footer {
	width: 960px;
	margin: 3px 0 0 0;
	padding: 10px 0 10px 0;
	color: #d4d05c;
	font: 12px/14px arial, sans-serif;
	background: #359135;
	border: 2px solid #336234;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #d4d05c;
	font: 12px/14px arial, sans-serif;
	text-decoration: none;
}

#footer a:hover {
	color: #d4d05c;
	text-decoration: underline;
}

h1 {
	font: bold 16px/20px georgia, serif;
	color: #040404;
	margin: 0 0 7px 0;
}

h2 {
	font: 14px/28px georgia, serif;
	color: #040404;
	margin: 0 0 7px 0;
}

h3 {
	font: bold 14px/28px georgia, serif;
	color: #336234;
	margin: 0 0 7px 0;
}