@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #52636c;
	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: #282a2c;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 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 */
	font-variant: small-caps;
}

.oneColFixCtrHdr #mainContent h2 {
	font-size: 14px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Sans;
	color: #9a4D11;
	font-weight: bold;
	margin-bottom: 0px;
}
.textbigger {
	font-size: 12px;
}

.oneColFixCtrHdr #mainContent h3 {
	font-size: 12px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Sans;
	color: #5C5C5C;
	font-weight: bold;
	margin-bottom: 0px;
}
.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 url(images/bg.jpg) repeat-y;
	width: 760px;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent p {
	margin-right: 250px;
}

.oneColFixCtrHdr #gallery {
	/* border: 1px solid #2E2422; */
	/* background-image: url(images/gallery-bg.jpg); */
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Tahoma, Arial, Sans;
	font-size: 16px;
	font-weight: bold;
	color: #9a4D11;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/footer-bg.jpg);
	height: 46px;
}

.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #000000;
}

.oneColFixCtrHdr #footer_box {
	border: 1px solid #2E2422;
	margin-right: 12px;
	margin-left: 9px;
	margin-top: 4px;
	font-size: 10px;
	padding: 10px 5px;
}
.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 #optionTable {
	font-size: 10px;
	line-height: 15px;
	border: 1px solid #BDAB88;
}

.oneColFixCtrHdr #optionTable img{
	border: 1px solid #9A8356;
}
.homelinks {
	color:#333333;
	text-decoration: none;
}
.contactBorder {
	border: 1px solid #E9C998;
}
.eleven_point {
	font-size: 11px;
}
