html,body {
	margin: 0;
	background: url('bg.png');
	text-align: center;
	font-family: verdana, arial;
	font-size: 12pt;
	height: 100%;
}

div#bottom_layer_top {
	position: absolute;
	left: 50%;
	margin-left: -358px;
	width: 715px;
	height: 323px;
	background: url('bottom_layer_top.png');
	background-repeat: no-repeat;
	z-index: 2;
}

div#bottom_layer_bottom {
	position: fixed;
	left: 50%;
	margin-left: -358px;
	width: 715px;
	background: url('bottom_layer_bottom.png');
	background-repeat: repeat-y;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

div#main {
	width: 643px;
	background: url('sidebars_bg.png');
	background-repeat: repeat-y;
	margin: auto auto;
	position: relative;
	z-index: 3;
}

div#header {
	position: relative;
	left: 21px;
	height: 150px;
	width: 600px;
	background: url('header.png');
	background-repeat: no-repeat;
}

div#nav {
	position: relative;
	left: 21px;
	width: 600px;
	height: 30px;
	background: url('nav_bg.png');
	background-repeat: repeat-x;
}

.nav_item {
	display: inline;
	height: 30px;
	line-height: 30px;
	font-family: tahoma;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
}

.nav_item a, .nav_item a:visited, .nav_item a:active {
	color: #fff;
	text-decoration: none;
}

.nav_item a:hover {
	color: #A19987;
	text-decoration: none;
}

div#background {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 643px;
	background: url('sidebars_bg.png');
	background-repeat: repeat-y;
	margin-left: -321px;
	left: 50%;
	z-index: 3;
}

div#body {
	position: relative;
	left: 21px;
	width: 580px;
	padding: 10px;
}

div#hours {
/*	display: table-cell;
	font-size: 10pt;
	font-family: arial;
	padding: 10px;*/
	font-size: 10pt;
	font-family: arial;
}

div#hours h3 { margin-bottom: 0; }

#hours p {
	margin: 0px;
	margin-bottom: 10px;
}

div#news_story {
	margin: 20px;
	font-size: 10pt;
}

div#about_us {
	font-size: 10pt;
}

div#news_story_image {
	float: right;
	width: 300px;
	margin-left: 10px;
}

.menu {
	margin: auto auto;
	width: 500px;
}

.menu .header {
	width: 500px;
	background: #A29B89;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 10px;
	border: 1px solid #868659;
}

.menu .row {
	width: 400px;
	margin: auto auto;
	position: relative;
}

.menu .item {
	font-weight: bold;
	display: table-cell; /* For FireFox and Opera */
	display: inline-block; /* For Opera and IE */ 
	width: 300px;
	text-align: left;
}

.menu .price {
	display: table-cell; /* For FireFox and Opera */
	display: inline-block; /* For Opera and IE */
	width: 100px;
	text-align: right;
}

.menu .description {
	width: 100%;
	font-size: 10pt;
	text-align: left;
	padding-bottom: 10px;
}

.tour {
	width: 420px;
	margin: auto auto;
	border: 5px solid #000000;
	background: #000000;
}

.tour img {
	width: 400px;
}

div#footer {
	width: 600px;
	margin: auto auto;
	position: relative;
	padding-top: 5px;
	font-size: 10pt;
}

h1 {
	font-family: verdana, arial;
	font-size: 20pt;
	font-weight: normal;
}

h3 {
	font-family: verdana, arial;
	font-size: 16pt;
	font-weight: normal;
}

a, a:visited, a:active {
	color: #3F5A69;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
