@charset "utf-8";
a:active, a:focus {
	outline: 0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	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 */
	background-image: url(../images-09/index-bg.jpg);
	color: #705325;
}
.oneColFixCtrHdr #container {
	width: 889px;  /* 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;
}
.oneColFixCtrHdr #header {
	width: 889px;
	padding: 0 0 0 1px;   /* 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. */
}
.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 #nav {
	background-image: url(../images-09/index-nav.jpg);
	font-size: 12px;
	color: #f8f3df;
	padding-top: 9px;
	padding-left: 5px;
	height: 25px;
	text-align: center;
	background-repeat: no-repeat;
	width: 889px;
}
.oneColFixCtrHdr #nav a:link, .oneColFixCtrHdr #nav a:visited{
	font-size: 11px;
	color: #f8f3df;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
.oneColFixCtrHdr #nav a:hover{
	font-size: 11px;
	color: #acb05a;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	}
.oneColFixCtrHdr #nav a.current{
	font-size: 11px;
	color: #acb05a;
	}
.oneColFixCtrHdr #mainImage {
	background-image: url(../images-09/index-main.jpg);
	height: 498px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(../images-09/index-content.jpg);
	background-repeat: no-repeat;
	height: 357px;
}
.oneColFixCtrHdr #footer {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images-09/footer.png);
	width: 889px;
	height: 65px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 10px;	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	font-size: 12px;
	color: #705325;
	line-height: 22px;
}
.emphasis {
	color: #8c4029;
}
a.content:link, a.content:visited {
	color: #8c4029;
	text-decoration: none;
}
a.content:hover {
	color: #646940;
	text-decoration: none;

}
#footer p {
	text-align: center;
}
#footer td.copyright {
	font-size: 10px;
	color: #b8b98e;
	padding-top: 5px;
}
#footer td.credits  {
	text-align: right;
	padding-top: 5px;
}
#footer td.credits a:link, #footer td.credits a:visited {
	font-size: 10px;
	color: #b8b98e;
	text-decoration: none;
}
#footer td.credits a:hover {
	font-size: 10px;
	color: #8D4222;
	text-decoration: none;
}
a.caption:link, a.caption:visited {
	color: #8d4129;
	text-decoration: none;
	font-size: 10px;
}
a.caption:hover {
	color: #646940;
	text-decoration: none;

}
.oneColFixCtrHdr #container #mainImage table {
	top: 10px;
	position: relative;
}

