body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, 'Times New Roman';
	background: url('/images/back.png') repeat-x /*#cac79a*/ #a69c17;
	text-align: center;	
}

a {
	color: #838058;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.clear-box {
	clear: both;
}

#main-container {
	position: relative;
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	background: url('/images/content-back.png') repeat-y;
}

#header div.logo {
	float: left;
	width: 550px;
	height: 140px;
	background: url('/images/header-logo.png') no-repeat;
	margin: 0 0 0 11px;
}

#header div.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header div.logo h1 {
	width: 100%;
	height: 100%;
	margin: 0;
}

#header div.logo h1 span {
	display: none;
}

#building-image {
	position: absolute;
	z-index: 99;
	right: 1px;
	width: 324px;
	height: 235px;
}

div.wifi {
	position: absolute;
	z-index: 99;
	top: 5px;
	right: 80px;
	width: 50px;
	height: 50px;
	background: url('/images/wifi_icon_small.png');
}

#menu {
	margin: 0 11px 0 11px;
	background: #838058;
	padding-top: 2px;
	border-top: solid 1px #ffffbe;
}

#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline-block;
	float: left;
	padding: 0;
	width: 110px;
	text-align: center;
	margin: 0;
}

#menu ul li a {
	display: block;
	height: 24px;
	padding-top: 8px;
	font-size: 14px;
	color: white;
}

#menu ul li a:hover {
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a.active {
	background: url('/images/selected-menu.png') no-repeat;
	font-weight: bold;
	color: #838058;
	text-decoration: none;
}

#content {
	position: relative;
	background: url('/images/content-back.png') repeat-y;
	padding: 30px;
	line-height: 1.7em;
}

#content p {
	margin: 0 0 20px 0;
	padding: 0;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #838058;
	margin-bottom: 40px;
}

#slideshow {
	position: relative;
	text-align: center;
	margin: 15px 0 15px 210px;
	height: 150px;
	width: 400px;
}

#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}

#footer {
	width: 100%;
	height: 32px;
	background: url('/images/footer.png') no-repeat;
	text-align: center;
	padding-top: 25px;
	font-size: 10px;
	color: silver;
}

.img-box {
	text-align: center;
	margin: 15px 0 25px 0; 
}

.img-box img {
	border: none;
}

.item-table td {
	padding: 5px 0 5px 0;
}

.item-table {
	margin-left: 70px;
	width: 600px;
}

.item-table.contact {
	width: 400px;
}

.item-table.contact td {
	vertical-align: top;
}

.item-table .right {
	color: #838058;
	width: 80px;
}

.item-table.contact .right {
	width: auto;
}

#content ul {
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
}

#content ul li {
	padding: 0 0 15px 25px;
	background: url('/images/list-bullet.png') no-repeat 0 5px;
}

.res-btn {
	text-align: center;
	margin: 20px;
}

.res-btn a {
	display: inline-block;
	width: 281px;
	height: 46px;
	padding-top: 20px;
	color: #838058;
	background: url('/images/res-btn.png') no-repeat;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.res-btn a:hover {
	text-decoration: none;
	color: white;
	background: url('/images/res-btn-hover.png') no-repeat;
}

.ext-img {
	position: absolute;
	right: 35px;
	top: 390px;
}

.gallery-table {
	width: 100%;
}

.gallery-table td {
	text-align: center;
	padding: 20px 0 20px 0;
}

.gallery-table td img {
	padding: 2px;
	border: solid 1px #838058;
}

#map {
	position: absolute;
	right: 50px;
	top: 100px;
	width: 410px;
	height: 210px;
	border: solid 1px #838058;
}

.reservation-table {
	width: 550px;
	margin-left: 150px;
}

.reservation-table td {
	padding: 5px 0 5px 0;
}

.reservation-table td.left {
	padding-right: 15px;
	text-align: right;
	color: #838058;
	font-weight: bold;
}

.reservation-table td.right input, .reservation-table td.right textarea {
	border: solid 1px #838058;
	width: 200px;
}

.reservation-table td.right textarea {
	width: 300px;
	height: 80px;
}

.res-submit {
	display: block;
	margin-top: 15px;
	width: 264px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	background: url('/images/reservation-submit.png') no-repeat;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.res-submit a {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.res-ok {
	text-align: center;
	margin-top: 15px;
	background: #d6ffd3;
	padding: 10px 20px 10px 20px;
	border: solid 1px #2f8928;
}

.res-ok div {
	font-weight: bold;
	margin-top: 10px;
}

.error-block {
	background: #c0bd92;
	color: black;
	padding: 20px;
	font-size: 14px;
	margin: 30px 20px 30px 20px;
}

#gallery-sections {
	margin: 0;
	padding: 0;
}

#gallery-sections li {
	float: left;
}