body {
	color: #64593E;
	text-align: center;
	background: #E0DACA url(../gfx/body_bg.gif) repeat-x;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	color: #636467;
}
a:hover {
	color: #000000;
}
h2 {
	margin: 0em 0em 0.5em;
}

h2.line {
	border-bottom: 1px solid #CBC0A7;
}

#container {
	text-align: left;
	width: 700px;
	margin: 0px auto;
}
#header {
	height: 75px;
	position: relative;
}
#header h1 {
	margin: 0px;
}
#header h1 a {
	background: url(../gfx/logo_hotel.gif) no-repeat scroll 0px 0px;
	width: 175px;
	height: 75px;
	display: block;
	margin: 0px;
	text-decoration: none;
	text-indent: -10000%;
}


#header_image {
	border-bottom: 1px solid #968B70;

}

#content_container {
	width: 700px;
	background: url(../gfx/container_bg.gif) repeat-y;
}
#content_inner {
	float: left;
	width: 100%;
	background: url(../gfx/menu_side.gif) no-repeat;
}
#content {
	margin: 0px 0px 0px 181px;
	background-color: #EDEAE0;
	border-right: 1px solid #968B70;
	border-left: 1px solid #968B70;
	border-top: 1px solid #968B70;
	padding: 10px;
}
#content_left {
	float: left;
	width: 157px;
	margin-left: -688px;
	border-right: 1px solid #968B70;
	border-left: 1px solid #968B70;
}
#menu_container {
	background: url(../gfx/menu_bg.gif) repeat-y;
	padding: 25px 0px;
	width: 157px;
}



#menu {
	background: url(../gfx/menu_line.gif) no-repeat;
	padding: 1px 0px 0px;
}
#menu  ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu  ul  li {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#menu ul li a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	display: block;
	white-space: nowrap;
	color: #64593E;
	font-size: 100%;
	background: url(../gfx/menu_line.gif) no-repeat 0px 24px;
}
#menu ul li a b {
	height: 100%;
	display: block;
	white-space: nowrap;
	padding: 0px 10px;
	margin: 0px;
}
#menu ul li:hover a,
#menu ul li a:hover {
	cursor: pointer;
	background: #E0DACA url(../gfx/menu_line.gif) no-repeat 0px 24px;
}

#menu ul li:hover a b,
#menu ul li a:hover b {
	color: #000000;
}

#logo_figure {
	text-align: center;
}

#footer {
	height: 110px;
	clear: left;
	text-align: right;
	font-size: 85%;
	background: url(../gfx/footer_bg.gif) no-repeat;
	color: #968B70;
	padding: 10px;
}
#footer a {
	text-decoration: none;
	color: #968B70;
}
#map {
	border: 1px solid #CBC0A7;
	height: 400px;
}
.eh-img  {
	padding: 1px;
	border: 1px solid #CBC0A7;
}


.clear {
	clear: left;
	height: 0px;
	width: 100%;
}

