body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e4e1d7;
	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: #0b4e58;
	font-size: 90%;
	line-height: 110%;
}
.twoColFixLtHdr .container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;	
	padding: 0;
} 

.twoColFixLtHdr .container#home {background-position: left top; background-image: url(images/background_home.jpg);}
.twoColFixLtHdr .container#about {background-position: left top; background-image: url(images/background_about.jpg);}
.twoColFixLtHdr .container#accom {background-position: left top; background-image: url(images/background_accommodation.jpg);}
.twoColFixLtHdr .container#contact {background-position: left top; background-image: url(images/background_contact.jpg);}
.twoColFixLtHdr .container#function {background-position: left top; background-image: url(images/background_functionRoom.jpg);}
.twoColFixLtHdr .container#location {background-position: left top; background-image: url(images/background_location.jpg);}
.twoColFixLtHdr .container#restarant {background-position: left top; background-image: url(images/background_restaurant.jpg);}

.twoColFixLtHdr #header {
	background-image: url(images/banner.jpg);
	height: 75px;
	margin: 0;
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
	height: 100%;
	text-align: right;
	color: 0b4e58;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixLtHdr #mainContent h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 140%;
line-height: 150%;
}

.twoColFixLtHdr #mainContent h2{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
line-height: 150%;
}


.twoColFixLtHdr #mainContent p { 
line-height: 150%;
}
.twoColFixLtHdr #mainContent p img {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

*html .twoColFixLtHdr #mainContent p img{
padding-right: 10px;
margin: 0;
}

.twoColFixLtHdr #mainContent a:link {
color: #851929;
text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:visited {
color: #851929;
text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:hover, a:active {
color: #40060f;
text-decoration:underline;
}



.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;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
}

#sidebar1 ul {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	width: 148px;
	color: #0b4e58;
	padding: 0 5px 0 0;
	list-style-type: none;
}

*html .twoColFixLtHdr #sidebar1 ul {margin: 0; padding: 0 5px 0 0; width: 150px;}


.twoColFixLtHdr #sidebar1 ul a, a:visited {
	text-decoration: none;
	color: #0b4e58;
	display: block;
	padding: 5px 5px 5px 0px;
}

.twoColFixLtHdr #sidebar1 ul .selected {
	color: #bc5825;
	background-color: #ccd0c7;
	text-decoration: underline;
}


.twoColFixLtHdr #sidebar1 ul a:hover{
	color: #bc5825;
	text-decoration: underline;
	display: block;	
	background-color: #ccd1c8;
}

.twoColFixLtHdr #footer {
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0b4e58;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: small;
} 

 #footer a, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration:none;

}

 #footer a:hover, a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999999;
	text-decoration:underline;
}

