html, body {
	height: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body {
	background-color: #e1dbcd;
	background-image: url("bg.jpg");
}

img { border: 0px; }

a, a:link {
	color: #701e10;
}
a:visited {
	color: #6b1905;
}

ul li {
	list-style-image: url("bullet.gif");
}

#content {
	position: relative;
	width: 910px;
	min-height: 100%;
	padding-left: 35px;
	padding-right: 35px;
	margin: auto;
	background-color: #f4f1e3;
	background-image: url("maincontent_bg.jpg");
	background-repeat: repeat-y;
}

#logo {
	position: relative;
	margin: 15px;
	z-index: 1000;
}

#banner {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 100%;
	height: 435px;
	text-align: center;
	background-color: #903e30;
	background-image: url("banner_bg.jpg");
	background-position: center;
	background-repeat: repeat-x;
	z-index: 100;
}

#banner-inner {
	position: relative;
	width: 985px;
	height: 435px;
	margin: auto;
	background-color: #903e30;
	background-image: url("banner_maincontent_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#banner-photo {
	position: absolute;
	top: 36px;
	left: 2px;
}

#banner-photo-frame {
	position: absolute;
	top: 31px;
	bottom: 0px;
	left: -4px;
}

#menu, #menu tr, #menu td {
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	padding: 3px !important;
}

#menu {
	position: absolute; 
	display: block;
	height: expression('32px'); 
	margin: expression('20 0 0 0');
	top: 528px;
	left: 20px;
	width: 940px;
	height: 32px;
	z-index: 1000;
}

#menu a {
	/* Block */
	padding: 8px 0 0 0; 
	display: block;
	height: 25px;
	width: 100%;
	background-color: #cacab9;
	background-image: url("menu_bg.gif");
	background-repeat: repeat-x;
	/* Text*/
	color: #7e7f75;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	font-variant: small-caps;
	font-family: "Sylfaen", serif;
}

.submenu {
	position: absolute;
	background-color: #dfdfcd;
	padding-left: 2px;
	padding-bottom: 6px;
	padding-top: 2px;
	padding-right: 9px;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #9b9c90;
}

.submenu a {
	height: 16px !important;
	padding: 3px !important;
	font-size: 16px !important;
	background: none !important;
	white-space: nowrap;
}

#maincontent {
	margin-top: 465px;
	text-align: justify;
	font-family: "Verdana", "Helvetica", sans-serif;
}

#foot {
	font-size: x-small;
	text-align: center;
	margin-top: 50px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(50);
}

.room-button {
	/* Block */
	display: inline-block;
	background-color: #dfdfcd;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #9b9c90;
	margin: 15px;
	/* Text*/
	color: #7e7f75 !important;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-family: "Sylfaen", serif;
}

.room-pics {
	/* Block */
	float: right;
	background-color: #dfdfcd;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #9b9c90;
	margin-left: 20px;
	/* Text*/
	color: #7e7f75 !important;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-family: "Sylfaen", serif;
}
.room-pics img {
	margin: 4px;
}

.map {
	/* Block */
	background-color: #dfdfcd;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #9b9c90;
	margin-right: 20px;
	/* Text*/
	color: #7e7f75 !important;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-family: "Sylfaen", serif;
}
.map iframe {
	margin: 4px;
}
.map a {
	color: #7e7f75;
}


.webervations-search {
	margin: auto;
	text-align: center;
}

img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}

address { font-style: normal }


/***********
 * LETTERS *
 ***********/

img.drop-letter {
	display: block;
	float: left;
	margin-top: -8px;
	margin-right: 2px;
}

#w, #t, #i, #a, #p {
	height:41px;
	width:46px;
	display:block;
	float:left;
	margin:-9px 0 0 0 ;
	padding:0;
}

#w {
	background:url(../../images/text/w.gif) no-repeat left bottom;
}

#t {
	background:url(../../images/text/t.gif) no-repeat left bottom;
}
	
#i {
	background:url(../../images/text/i.gif) no-repeat left bottom;
}	
	
#a {
	background:url(../../images/text/a.gif) no-repeat left bottom;
}	
	
#p {
	background:url(../../images/text/p.gif) no-repeat left bottom;
}		
