@charset "utf-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(/i/drktrees2400x1600-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.oneColLiqCtrHdr #container {
	width: 100%; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #header {
	position:fixed;
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0;
	height: 160px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-attachment: fixed;
	width: 100%;
	clear: both;
}
.oneColLiqCtrHdr #mainContent {
	width: 100%;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #d2b48c;
	background-image: url(/i/log-red-leaves-dark-1680-background.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}
.oneColLiqCtrHdr #mainContent2 {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: rgba(255,255,255,0.0);
}
.oneColLiqCtrHdr #mainContent3 {
	width: 100%;
	background-color: #d2b48c;
	margin: 0px;
	padding: 0;
	top: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	vertical-align: top;
} 
.oneColLiqCtrHdr #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 */
	background-color: #000;
}
.white {
	color: #FFF;
}
.green {
	color: #060;
}
.black {
	color: #000;
}
.centered {
	text-align: center;
}
.imagefull {
	width: 100%;
}
.larger {
	font-size: larger;
	color: #FFF;
	text-align: center;
}
.oneColLiqCtrHdr #mainContentRetreat {
	width: 100%;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #d2b48c;
	background-image: url(/i/retreat-fireplace-1680-background.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}
