@charset "utf-8";
body {
	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: #4A2500;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
#sub_nav {
	height: 25px;
	padding-left: 10px;
}


.oneColFixCtrHdr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #ffffff;  /* 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: 150px;
	margin: 0px;
	float: none;
	}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: auto;
}

#nav {
	height: 30px;
	clear: none;
	float: none;
	width: 720px;
}
#text {
	float: left;
	width: 345px;
	margin-top: 10px;
	margin-left: 10px;
}
#images {
	float: right;
	width: 345px;
	margin-top: 10px;
	margin-right: 10px;
}
#lowertext {
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5E2F00;
	float: none;
	padding-top: 15px;
	clear: both;
	width: 720px;
	margin: 0px;
	text-align: center;
}
#back_to {
	height: 25px;
	padding-left: 10px;
}
#inside_image {
	padding-left: 40px;
}
#video_holder {
	border: thin inset #000099;
	margin: 0px;
	padding: 0px;
	float: right;
}
#Video_text {
	float: right;
}
.oneColFixCtrHdr #container #footer a {
	color: #8E582D;
	text-decoration: underline;
}
a:link {
	color: #A67E44;
	text-decoration: none;
}
a:hover {
	color: #A67E44;
	text-decoration: underline;
}
a:visited {
	color: #A67E44;
	text-decoration: underline;
}
a:active {
	color: #614716;
	text-decoration: none;
}
