/*basics*/

body {
	background: #e7e5d7 url(Images/back.gif) repeat-y top center;
	margin: 0;
	padding: 0;
	font: small/1.5em georgia, "times new roman", times, serif;
	color: #615f58;
}

a, a:visited, a:active {
	color: #3b2d0d;
	text-decoration: none;
}

a:hover {
	background: #ffffff;
}

h1, h2, h3 {
	text-indent: -9000px;
	overflow: hidden;
  }

h3 {
  margin: 50px 0 20px 30px;
  padding: 0;
}

/*page elements*/

#wrapper {
  margin: 0 auto 0 auto;
  width: 787px;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0;
}

#header {
  margin: 0;
  padding: 0;
  background: transparent url(Images/backheader.gif) repeat-y top center;
}

#navi {
  background: transparent url(Images/menubar.gif) no-repeat top left;
  height: 32px;
  width: 787px;
}

#left {
  width: 495px;
  margin: 0;
  padding: 10px 0 100px 30px;
  float: left;  
}

#right {
  width: 202px;
  margin: 0;
  padding: 10px 0 100px 30px;
  float: left;  
}

#stretch {
  width: 727px;
  margin: 0;
  padding: 10px 0 100px 30px;
}

#stretch a {
  margin: 0;
  padding: 0 10px 0 0;
}

.map {
  padding-top: 60px;
}

#footer {
	width: 727px;
	margin: 0 30px 5px 30px;
	clear: both;
	font-size: 9px;
	}

/*image replacements*/

#logo {
  height: 130px;
  width: 234px;
  background: transparent url(Images/logo.gif) no-repeat top left;
  margin: 0 auto 0 auto;
}

#mainimage {
  background: transparent url(Images/main.jpg) no-repeat top center;
  height: 268px;
  width: 787px;
}

#mainroomsimage {
  background: transparent url(Images/mainrooms.jpg) no-repeat top center;
  height: 268px;
  width: 787px;
}

#maincontactimage {
  background: transparent url(Images/maincontact.jpg) no-repeat top center;
  height: 268px;
  width: 787px;
}

#maingalleryimage {
  background: transparent url(Images/mainpics.jpg) no-repeat top center;
  height: 268px;
  width: 787px;
}

/*navi*/

#navi ul {
  list-style: none;
  padding: 0 0 0 217px;
  margin: 0;
}

#navi li {
  float: left;
  padding: 0;
}

#home a {
  background: transparent url(Images/home.gif) no-repeat top left;
  height: 32px;
  width: 83px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  float: left;
}

#rooms a {
  background: transparent url(Images/rooms.gif) no-repeat top left;
  height: 32px;
  width: 89px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  float: left;
}

#gallery a {
  background: transparent url(Images/gallery.gif) no-repeat top left;
  height: 32px;
  width: 101px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  float: left;
}

#contact a {
  background: transparent url(Images/contact.gif) no-repeat top left;
  height: 32px;
  width: 77px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  float: left;
}

/*headings*/

#headinghome {
  height: 17px;
  width: 310px;
  background: transparent url(Images/headinghome.gif) no-repeat top left;
}

#headingrooms {
  height: 17px;
  width: 55px;
  background: transparent url(Images/headingrooms.gif) no-repeat top left;
}

#headinggallery {
  height: 17px;
  width: 101px;
  background: transparent url(Images/headinggallery.gif) no-repeat top left;
}

#headingcontact {
  height: 17px;
  width: 81px;
  background: transparent url(Images/headingcontact.gif) no-repeat top left;
}