@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #343B39;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #322D11;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #ABBB7C;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
}
.oneColFixCtrHdr #container #mainContent #flashss {
	margin-left: 140px;
	margin-top: 0px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #AABA7B;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 106px;
}
.oneColFixCtrHdr #container #mainContent #text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 60px;
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent #text ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #text img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent p {
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-right: 40px;
	padding-left: 0px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363C27;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #text p {
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #text h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #333333;
}
.oneColFixCtrHdr #container #footer ul {
	margin-top: 0px;
	margin-left: 22px;
	padding-top: 60px;
}
.oneColFixCtrHdr #container #footer li {
	display: inline;
	margin-right: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEF6D4;
}
.oneColFixCtrHdr #container #mainContent h2 {
	padding-left: 40px;
}
.oneColFixCtrHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #text h4 {
	margin-left: 50px;
	font-style: italic;
	color: #464626;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainContent #text table {
	margin-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #text #form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #19190A;
}
.oneColFixCtrHdr #container #footer a {
	color: #F3F2D3;
}
.oneColFixCtrHdr #container #mainContent #text a {
	color: #111505;
}
.oneColFixCtrHdr #container #mainContent #text table img {
	margin-bottom: 6px;
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #text .gallerybox {
	background-color: #BBCE87;
	padding: 10px;
	width: 860px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #75764A;
	border-right-color: #75764A;
	border-bottom-color: #75764A;
	border-left-color: #75764A;
	margin-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #text .gallerybox .bio {
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #FBFFF6;
}
h5 {
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464022;
	margin-top: 0px;
}
h6 {
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #2C3230;
	margin-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #ABBB7C;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
}
.oneColFixCtrHdr #container #mainContent2 p {
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363C27;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent table p {
	margin-right: 0px;
}
.oneColFixCtrHdr #container #mainContent2 #flashss {
	margin-left: 140px;
	margin-top: 0px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #footer p {
	color: #F3F2D3;
	font-size: 11px;
	padding-top: 20px;
}
