body {
	text-align: center;
	background-color: #838382;
}
#contaner {
	width: 830px;
	border: 10px solid #B8DB7C;
	background-color: #B8DB7C;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 78px;
}#mainImage {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #95B262;
}
#navigation {
	text-align: center;
	background-color: #95B262;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #95B262;
}
#home #footer {margin-top: 4px;}
#footer {
	background-color: #B8DB7C;
	height: 13px;
}
#innerContainer {
	border-top-width: 6px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95B262;
	border-right-color: #95B262;
	border-bottom-color: #95B262;
	border-left-color: #95B262;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
}
table#contentTable {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;

}
td#rightColumn {
	width: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}
td#leftColumn, td#rightColumn {
	padding-right: 14px;
	padding-left: 14px;
}
h3 {
	color: #4A651A;
	font-size: 16px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B8DB7C;
	width: 240px;
	margin-bottom: 8px;
}
a:link, a:visited {
	font-weight: bold;
	color: #95B262;
	text-decoration: none;
}
a:hover {

	text-decoration: underline;
}

.greenText {
	color: #95B262;
}
.greenTextDark {
	color: #566F29;
}


.staffMember {
	clear: both;
	margin-bottom: 10px;
	
}
.staffMember img {
	float: left;
	margin-right: 2px;
}
.aboutQuote {
	padding-right: 15px;
	padding-left: 15px;
}
.newsDate {
	font-weight: bold;
	color: #95B262;
}
.gallery #leftColumn {
	display: none;
}
.gallery #rightColumn {
	border-left: none;
}
.contact h3 { width: 300px;}
