@charset "UTF-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #313131;
	background: url(images/background-grass.jpg) repeat-x 50% 100%;
}
.clear { clear: both; }
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	width: 780px;
	padding: 0 10px 20px 0px;
}
.oneColFixCtr #mainContent {
	margin: 0 374px 0 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #313131;
}
.oneColFixCtr #mainContent ul {
	padding-top: 0px;
	margin-top: 0px;
	color: #313131;
}
.oneColFixCtr p {
	padding-top: 0px;
	margin-top: 0px;
	color: #313131;
}
.oneColFixCtr h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 1.6em;
	color: #006334;
}
.oneColFixCtr h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.4em;
	color: #006334;
}
.oneColFixCtr #pictureGallery {
	width: 354px;
	margin-right: 20px;
	float: right;
	color: #313131;
	text-align: center;
}
.oneColFixCtr #pictureGallery #mainPhoto {
	border: 2px solid #006334;
}
.oneColFixCtr #pictureGallery .galleryThumb {
	color: #006334;
	background-color: #d7e9b8;
	border: 2px solid #d7e9b8;
	float: left;
	height: 17px;
	width: 20px;
	text-align: center;
	margin: 10px 5px 0 6px;
	padding-top: 3px;
	font-weight: bold;
}
.oneColFixCtr #pictureGallery .galleryThumb a {
	color: #006334;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: inherit;
	display: block;
}
.oneColFixCtr #contactForm {
	width: 780px;
	padding: 0 20px;
	color: #313131;
}
.oneColFixCtr #contactForm input, .oneColFixCtr #contactForm textarea {
	border: 1px solid #999999;
}
.oneColFixCtr #footer {
	height: 110px;
}