@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; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #66665C;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #666633;
	border: 3px solid #CCCCCC;
}
.oneColLiqCtrHdr #container #construction {
	float: none;
	margin: 20px;
	padding: 20px;
}
.oneColLiqCtrHdr #container #photo {
	margin: 0px;
	padding: 0px;
	height: 320px;
	width: 900px;
	border-top-width: 4px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
.oneColLiqCtrHdr #header {
	padding: 0;
	background-image: url(images/banner3.gif);
	height: 70px;
	width: 900px;
}
.oneColLiqCtrHdr #container #footer {
	height: 32px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #666600;
	position: static;
}
.oneColLiqCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr    #container   #mainContent  {
	background-color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	overflow: auto;
	text-align: justify;
}
.oneColLiqCtrHdr    #container   #mainContent_contact  {
	background-color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	overflow: auto;
}
.oneColLiqCtrHdr #container #footer #webcam {
	height: 32px;
	width: 230px;
	float: left;
	padding-right: 0px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #footer #email {
	float: right;
	height: 21px;
	width: 320px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 2px;
}
.oneColLiqCtrHdr #container #footer #webcam img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #container #footer #designed {
	height: 21px;
	width: 250px;
	float: left;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	float: left;
	width: 270px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #CCCCCC;
	background-color: #666633;
	height: 235px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColLiqCtrHdr #container #find {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	background-color: #666633;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 60px;
	width: 490px;
	float: right;
	height: 235px;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.oneColLiqCtrHdr #container #navbar {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 900px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColLiqCtrHdr #container #mainContent #activities_bar {
	float: left;
	height: 280px;
	width: 200px;
	background-color: #666633;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColLiqCtrHdr #container #mainContent #attract_bar {
	float: left;
	height: 280px;
	width: 200px;
	background-color: #666633;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #container #mainContent #cottages {
	float: left;
	height: 175px;
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	font-size: 12px;
	color: #666633;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 12px;
}
.oneColLiqCtrHdr #container #mainContent #tariffs {
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.oneColLiqCtrHdr #container #mainContent #tariff_button2009 {
	float: none;
	height: 60px;
	width: 300px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 20px;
	margin-left: 300px;
	padding-right: 30px;
}
.oneColLiqCtrHdr #container #mainContent #tariff_button2008 {
	float: left;
	height: 70px;
	width: 300px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.oneColLiqCtrHdr #container #mainContent #description {
	float: right;
	height: 260px;
	width: 400px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	line-height: 22px;
	padding-top: 5px;
}
.oneColLiqCtrHdr #container #mainContent #narrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 40px;
	padding-left: 40px;
	color: #FFFFFF;
	line-height: 26px;
}
.oneColLiqCtrHdr #container #mainContent #narrow_tearoom {
	font-size: 14px;
	padding-right: 120px;
	padding-left: 120px;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container #new_find {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 10px;
	height: 270px;
	width: 550px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.oneColLiqCtrHdr #container #new_contact {
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	float: left;
	height: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.oneColLiqCtrHdr #container #mainContent #less_narrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 40px;
	padding-left: 40px;
	color: #CCCCCC;
	line-height: 30px;
}
.oneColLiqCtrHdr #container #mainContent #cottage_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
}
.oneColLiqCtrHdr #container #mainContent #cottage_description_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
