@charset "utf-8";
*  {
	padding: 0;
	margin: 0;
}


body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	background-color: #FFFFE7;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #434E0A;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFC4;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFe7;
	background-image: url(images/topimage_2.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -2000px;
}
.twoColFixLtHdr .leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFC4;
}
.twoColFixLtHdr .rightCol {
	float: left;
	width: 450px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#354000;
	margin-top: 10px;
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5 {
	color: #354000;
	padding-bottom: 3px;
	font-family: Garamond, "Times New Roman", serif;
	font-weight: bolder;
}
h1 {
	font-size: 3.2em;
}
p {
	font-size: 1.5em;
	line-height: 140%;
	padding-bottom: 3px;
}
h2 {
	font-size: 2.6em;
	color: #354000;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #354000;
	border-right-color: #354000;
	border-bottom-color: #354000;
	border-left-color: #354000;
	padding-top: 4px;
}
#footer p {
	font-size: 0.9em;
	color: #FFFFFF;
}
#footer a  {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover  {
	color:#FFFFFF;
	text-decoration:underline;
	}

.box {
	float: left;
	width: 100%;
}
hr {
	color: #354000;
}
.twoColFixLtHdr #container .leftCol a, .twoColFixLtHdr #container .rightCol a {
	color: #354000;
	text-decoration: none;
	font-size: 1em;
}
.twoColFixLtHdr #container .leftCol a:hover, .twoColFixLtHdr #container .rightCol a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainImage {
	background-color: #FFFFFF;
}
h3 {
	font-size: 2em;
	margin-top: 3px;
}
#bandb img {
	margin-bottom: 5px;
	clear: both;
}
#booking #container .rightCol h2 {
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home #container .rightCol a {
	font-size: 0.8em;
}
#home #container .leftCol a {
	font-size: 0.8em;
}
/* Highlight current page in the #navigation list.  Use <body id="nameofpage"> to id page */	
		
body#home #navigation a#home, body#bandb #navigation a#bandb, body#selfcatering #navigation a#selfcatering, body#about #navigation a#about, body#area #navigation a#area, body#booking #navigation a#booking, body#travel #navigation a#travel  {
		background-color: #82983D;
		}
#header .language {
	margin-left: 900px;
	margin-top: -50px;
}
#header .language a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
