body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B6BC88;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image:url(woodland.jpg);
	background-repeat:repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	margin-top:10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
	height:inherit;
}
.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 */
	font-size: 40px;
	text-align: center;
	top: auto;
	color: #5F6031;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtrHdr #nav {
	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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px;
	background: #646C2F;
	color: #B6BC88;
	height:inherit;
}
.oneColFixCtrHdr #nav ul 
{
	margin:0px; padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px;
}
.oneColFixCtrHdr #nav ul li
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px;
	display:inline; height:14px; float:centre; list-style:none; margin-left:25px;
}

.oneColFixCtrHdr #nav ul li a
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px;
	background: #646C2F;
	color: #B6BC88;
	text-decoration:none;
	}
.oneColFixCtrHdr #nav ul li a:hover
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px;
	color: #646C2F;
	background-color:#B0E0E6;
	}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color:#5A5433;
}

.oneColFixCtrHdr #mainContent p {
	color:#5A5433;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
}

.oneColFixCtrHdr #mainContent a {
	color:#5A5433;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
}

.oneColFixCtrHdr #mainContent a:hover {
	color:#5A5433;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
	background-color:#CC9;

}

.oneColFixCtrHdr #mainContent ul {
	color:#5A5433;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
}

.oneColFixCtrHdr #mainContent h1 {
	color:#5A5433;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:25px; font-variant:small-caps;
}


.oneColFixCtrHdr #mainContent h2 {
	color:#5A5433;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:20px; font-variant:small-caps;
}


.oneColFixCtrHdr #mainContent h3 {
	color:#5A5433;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:15px; font-variant:small-caps;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#646C2F;
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#B6BC88;
}
.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 #footer td {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#646C2F;
	font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#B6BC88;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
}
.oneColFixCtrHdr blockquote {
 width: 200px;
 margin: 10;
 float: right;
 font-size:13px;
 font-style:italic;
 color: #6E842B;
 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

