@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #F9F0DE;
	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: #1E0608;
}
.oneColFixCtrHdr #container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	margin: 0px;
}
p {
	margin: 0px;
}
a:link {
	color: #4B432D;
	text-decoration: none;
}
a:visited {
	color: #4B432D;
}
a:hover {
	color: #642519;
}
.oneColFixCtrHdr #header {
	background: url(../images/banner-bg.jpg) no-repeat;  /* 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: 191px;
}
#nav {
	text-align: right;
	padding-top: 125px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#nav a {
	color: #4B432D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #642519;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	background: url(../images/body-bg.jpg) repeat-y;
	padding-top: 0;
	padding-bottom: 0;
}
#mainContent h1 {
	color: #642519;
	font-size: 115%;
	font-weight: bold;
	padding-left: 58px;
	padding-top: 12px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#mainContent p {
	padding-left: 58px;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 1.4em;
	padding-right: 8px;
}
#mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	color: #642519;
	padding-left: 58px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainContent h3 {
	font-size: 85%;
	font-weight: bold;
	color: #642519;
	padding-left: 58px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainContent img {
	margin: 0px 12px 6px;
}
#mainContent ul {
	list-style-type: disc;
	padding-left: 58px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	font-size: 85%;
	line-height: 1.3em;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding-top: 0px;
	margin-bottom: 18px;
	clear: both;
}
.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: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
#main_clearbottom {
	clear: both;
	height: 90px;
	padding-left: 52px;
}
#footer ul {
	margin: 0px;
	padding-top: 8px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer a {
	color: #642519;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 12px;
	color: #4B432D;
	text-decoration: underline;
}
.main_left {
	float: left;
}
.clearfloats {
	clear: both;
}
#mainContent a {
	color: #4B432D;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited {
	color: #4B432D;
	text-decoration: none;
}
#mainContent a:hover {
	color: #642519;
	text-decoration: underline;
}
.main_left img {
	padding-left: 42px;
}
#main_clearbottom img {
	margin: 0px;
}
.arrow {
	display: inline;
	margin: 0px;
	padding: 0px;
}
