html {
  min-height: 100%; 
  height: 100%;
  margin: 0;  
  padding: 0;
}
*html .menu { 
	position: absolute;
	height: 1000px; 
}
body { 
  min-height: 100%; 
  height: 100%; 
  background-repeat: repeat;
  margin: 0;  
  padding:0;
  background-image: url('images/bg.jpg');
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.blue:link {
	color: blue;
	text-decoration: none;
}
a.blue:visited {
	color: blue;
	text-decoration: none;
}
a.blue:hover {
	color: blue;
	text-decoration: underline;
}
.hat {
	left: 45px; 
	top: 85px; 
	position: absolute; 
	width: 906px; 
	height: 72px; 
	z-index: 1; 
	background-image: url('images/topad.png');
}
.out {
  display: block;  
  position: absolute;
  margin: 1em 0;
  width: 906px;
  z-index: 1;
  left: 50px; 
  top: 145px;
  background-image: url('images/shadow.png');
}
.in { 
  background: #eaeaea; 
  border: 1px solid #000000; 
  position: relative; 
  padding: 5px;
  left:-5px;
  top:-5px;
  z-index: 1;
}
.in2 {   
  position: relative; 
  padding: 5px;
  left: -5px;
  top: -5px;
  left: 325px; 
  width: 560px;
  z-index: 1;
  text-align: justify;
}
.menucontainer {
	width: 301px; 
	height: 100%; 
	position: absolute; 
	z-index: 5; 
	top: 150px; 
	left: 71px;
}
.menu {
	position: fixed; 
	width: 308px; 
	height: 100%; 
	z-index: 2; 
	left: 70px; 
	background-image: url('images/menushadow.png');
}
.submenu {
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;
	background-color: #da6e04;
	width: 302px;
	height: 100%;
	position: fixed;
	z-index: 3;
	left: 70px;
	border-bottom: 1px solid black;
}
.goldensands {
	width: 368px; 
	height: 164px; 
	position: absolute; 
	left: 44px; 
	z-index: 3; 
}
.buttons {
	width: 250px;
	height: auto;
	margin: 0 auto;
}
.button {
	width: 100%; 
	height: auto;
	float: left; 
	color: white;
	font-weight: bold;
	border-bottom: 1px dashed #b94400;
}
*html .button {
	width: 100%; 
	height: auto;
	float: left; 
	color: white;
	font-weight: bold;
	border-bottom: 1px dashed #b94400;
	margin-top: -15px;
}
.menuseparator {
	float: left; 
	width: 100%; 
	height: 5px;
}
.buttonsshadow {
	position: absolute;
	z-index: 3;
	width: 230px;
	height: 445px;
	left: 71px;
	background-image: url('images/buttonsshadow.png');
}
.frontimage {
	width: 571px;
	height: 316px;
	left: -10px;
	position: relative;
	border: 1px solid black;
}
.hatcontainer {
	width: 530px;
	height: 67px;
	float: right;
	padding: 3px;
}
.contacts {
	position: relative; 
	z-index: 1; 
	left: 340px; 
	top: 10px; 
	width: 560px; 
	height: 1px;
	text-align: right;
	font-size: small;
	color: white;
}
.hotelname {
	background-color: #5b3715; 
	width: 904px; 
	height: auto; 
	position: relative; 
	left: -335px; 
}
*html .hotelname {
	background-color: #5b3715; 
	width: 884px; 
	height: auto; 
	position: relative; 
	left: -335px; 
}
.hotelnametxt {
	color: white;
	padding-left: 335px;
	font-weight: bold;
}
.hotelsmain {
	width: 527px; 
	height: 70px;
	padding: 5px; 
	padding-left: 35px;
}
.hmpicture {
	width: 100px; 
	height: 73px;
	float: left;
}
.hmseparator {
	width: 30px;
	height: 30px;
	float: left;
}
h1 {
	font-weight: bold; 
	font-size: x-large; 
	border-bottom-style: dashed; 
	border-bottom-width: thin; 
	border-bottom-color: #000000
}
.hotelinfo {
	width: 527px; 
	height: auto;
	float: left;
}
.gpic {
	width: 100px;
	height: 100px;
	border-style: none;
}
.gpic2 {
	width: 100px;
	height: 100px;
	float: left;
	border: 2px solid white;
	padding: 5px;
}
.vbutton {
	width: 9px; 
	height: 8px; 
	border: 3px solid #ff7e00; 
	float: left;
	position: relative;
	bottom: -2px;
	left: -2px;
	font-size: 2px;
}