html, body {
	height: 100%;
	margin:0px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #000099;
	font-size:12px;
}
td {
	font-size:12px;
	color: #000099;
}
a:hover, a:visited {
	color: #0000DF;
}
#container {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	margin: 0;
	padding: 0;
	height: 190px;
	background-image: url('img/top_bckg.jpg');
	position:relative;
}
#contents {
	margin: 0;
	padding: 0;
	min-height: 500px;
	background-image: url('img/main_repeat_bckg.jpg');
	position:relative;
}
#contents_inner1 {
	padding-right: 50px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url('img/main_bckg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 500px;
	height: auto;
	_height: 500px;
}
#contents_inner2 {
	padding-right: 50px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url('img/main_plain_bckg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 500px;
	height: auto;
	_height: 500px;

}
#footer {
	padding-top: 10px;
	text-align: center;
	height: 70px;
	background-image: url('img/footer_bckg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	font-size:9px;
}
#footer a {
	text-decoration: underline;
	border-bottom: 1px dotted #999; /* shorthand for #999999 */
	color: white;
}
#footer a:hover { }
#inner1 {
	top: 105px;
	left: 52px;
	position:absolute;
}
#inner2 {
	top: 10px;
	margin-left: 300px;
	width: 480px;
	line-height: 150%;
}
#inner3 {
	top: 20px;
	left: 50px;
	width: 207px;
	position:absolute;
}
H2 {
	font-size: 16px;
	font-style: italic;
}
H3 {
	font-size: 14px;
	font-style: italic;
}
#about {top: 152px;left: 47px;position:absolute;}
#accomodation {top: 152px;left: 173px;position:absolute;}
#location {top: 152px;left: 300px;position:absolute;}
#reservations {top: 152px;left: 430px;position:absolute;}
#contact {top: 152px;left: 565px;position:absolute;}
#gallery {top: 152px;left: 687px;position:absolute;}
#flags  {top: 15px;left: 660px;position:absolute;}
#clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.contact_form {
	background:transparent; 
	color: #000099; 
	font-weight: normal; 
	font-size: 11px; 
	border: solid 1pt #000099;
}
#galleries_bckg {
	z-index:9;
	width:100%;
	height:100%;
	top: 0; right: 0; bottom: 0; left: 0;
	position:absolute;
	background-color: #000000;
	filter: alpha(opacity=80); -moz-opacity: .75;
	-moz-opacity: 75%;
	opacity: 0.75;
}
#image_detail {
	z-index:10;
	top:150px;
	width:99%;
	position:absolute;
	background-color:transparent;
	text-align: center;
}

#image_detail img {
	border:5px solid #ADCBE7;
}

#gallery_table td {
	border:1px solid #ADCBE7;
}

