@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F6F5E0;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thick double #613f37;
}
body,td,th {
	color: #613f37;
}
body {
	background-color: #a22a12;
}
p {
	margin: 0;
}
#sidebar {
	float: left;
	width: 171px;
	text-align: right;
	background: #F6F4E0 url(images/sidebar-index.jpg) repeat-y scroll;
}
.sidebarlinks {
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 60px;
	padding-bottom: 150px;
	line-height: 2.3em;
}
#indexfooter {
	background-color: #e8e4c9;
	clear: both;
	padding: 10px 20px 5px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	line-height: 2em;
	font-weight: bold;
	text-align: right;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #9e9166;
}
#indexmainContent {
	text-align: center;
	margin-left: 180px;
	padding-top: 20px;
	clear: right;
	padding-right: 15px;
}
.index_maintext {
	padding-right: 110px;
	padding-left: 110px;
}
.footer_photocredit {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	width: 350px;
	float: left;
	text-align: left;
	font-weight: normal;
}
#banner {
	background-color: #9D9166;
}
