﻿#wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	font:10pt/20px verdana;
	color:rgb(114,112,111);
}
body {
	min-height: 100%;
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	font:10pt/20px verdana;
	color:rgb(114,112,111);
}
html {
	min-height: 100%;
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	font:10pt/20px verdana;
	color:rgb(114,112,111);
}
html > body #wrapper {
	height: auto;
}
html > body {
	height: auto;
}
html {
	background-image: url('../images/bg-fadecolor.jpg');
} 
#header {
	position: relative;
	top: 0;
	margin-left:auto;
	margin-right:auto;
	height:290px;
	width:840px;
	background:url('../images/bg-header.jpg') no-repeat;
}
/*Over roll Image, Link & Hover, Paragraph Setting*/
img {
	border-width:0px;
}
img.imgright{
	float:right;
	margin: 4px;
}

p {
	margin:0px;
}
.right {
	text-align:right;
}
.center{
	text-align:center;
}
.sidenote {
	font-style:italic;
	font-size:xx-small;
}
h6 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}

h5 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}

h4 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}

h3 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}

h2 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}

h1 {
	font-family:"Century Gothic";
	margin:0px 0px 10px 0px;
}
h2 {
	color:rgb(105,140,35);
}
h3 {
	font-size:x-large;
	color: rgb(136,142,108);
}
h4 {
	font-weight:lighter;
	font-size:large;
	margin:10px 0px 0px 0px;
	color:rgb(105,140,35);
	letter-spacing:-1pt;
}
h5 {
	font-size:medium;
	color: rgb(136,142,108);
	margin:0px;
}
a {
	text-decoration:none;
	color:rgb(111,96,22);
	outline:none;
}
a:hover {
	text-decoration:none;
	border-bottom:thin;
	border-bottom-style:dashed;
}
a:hover {
	opacity:0.5;
	filter: alpha(opacity = 50);
	border-bottom:none;
}




/*Header Element-Logo & Booking Button*/
#logo {
	position:absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
}
#booking {
	position:absolute;
	top:150px;
	left: 10px;
	width:332px;
	height: 84px;
	background-image:url('../images/button-reserve-bg.gif');
	background-repeat:no-repeat;
}
#menu_link {
	position: absolute;
	top: 250px;
	left: 10px;
	width: auto;
	height: auto;
}
#menu_link ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu_link li {
	float:left;
	padding:0px 10px 0px 10px;
}

/*Header Element-Top Right Menu-Inn Location*/
#topinn {
	position: absolute;
	text-align:right;
	top: 5px;
	right:10px;
}
#topinn ul {
	list-style-type:none;
}
#topinn li {
	float:left;
	padding:0px 3px 0px 0px;
}
#topinn a {
	font-weight:bold;
	color:rgb(111,96,22);
}
#topinn a:hover {
	color:rgb(170,156,105);
}
#topinn a.current {
	color:rgb(111,96,22);
	font-size:11pt;
}

/*Center Content*/
#content {
	position: relative;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:840px;
	background-color:white;
}

#content1 {
	position: abosulute;
	height:auto;
	padding: 10px 10px 5px 10px;
}
#content ul {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
}
#content li {
	padding:0px 0px 0px 0px;
}

#form {
	position: relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:800px;
}
#room {
	width:100%;
	height:150px;
	padding: 10px;
}
#room img{
	float:left;
	text-align:center;
	padding-right:20px;
}

/*Footer*/
#footer {
	position: relative;
	bottom: 0;
	margin-left:auto;
	margin-right:auto;
	width: 840px;
	height:auto;
	text-align:left;
	font:8pt/15px verdana;
	text-align:center;
}
#foot {
	position:absolute;
	top:0;
	left:0;
	height: 25px;
	width:100%;
	background:rgb(111,96,22);
	color: white;
}
#foot2 {
	position:absolute;
	left:0;
	top:25px;
	height: 55px;
	width: 100%;
	padding:5px 0px 0px 0px;
	background:rgb(170, 156, 105);
	color: white;
}
#foot3 {
	position:absolute;
	top:50px;
	height: 25px;
	width: 100%;
	padding:5px 0px 0px 0px;
}

#footer p{
	margin:5px 10px 0px 20px;
}
#footer a{
	color:#ffffff;
}
#footer a:hover{
	border-bottom:1px dashed;
}



