/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body{
	height: 100%
}
body{
	background: #ffffff;
	color: #9b8470;
	font: .75em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #8d6235;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 2.2em;
	margin: 0 0 .5em
}
h3{
	font-size: 1.4em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	border: 1px solid #ddc6b0;
	border-top: 0;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 99.98%;
	margin: 0 auto;
	min-height: 99.98%;
	width: 615px
}
/*=== Header ===*/
#header{
	height: 87px;
	overflow: hidden
}
#header .content{
	float: right;
	font-size: 10px;
	padding: 10px 13px 0 0;
	text-align: right
}
#header .content p{
	line-height: 12px;
	padding: 0
}
#header .content big{
	color: #686867;
	display: block;
	font-size: 16px;
	padding: 4px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 355px
}
#header h1 a{
	display: block;
	height: 87px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: #8d6235;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	overflow: hidden;
	padding: 0 0 0 15px
}
.nav1 li{
	float: left;
	line-height: 32px;
	padding: 0 17px
}

.nav1 li:hover {
	background-color: #f7f2df
	}
	
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #8d6235;
	background-color: #fff;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 18px 0 0;
	padding: 0 20px 15px
}

.pictures {
	padding: 30px 0 0 30px
	}
.pictures img {
	border: solid 1px #000000;
	margin-right: 10px
	}
	
.attraction p {
	float: left;
	width: 300px;
	clear: both
	}
.attraction img {
	float: right;
	clear: both;
	}
	
.spacer {
	width: 100%;
	clear: both;
	padding-top: 10px
	}
	
.foodmenu {
	width: 550px;
	border: solid 1px #d6d7d5;
	background: url(../images/menubg.jpg) repeat-y;
	padding: 10px
	}
	
.menurule {
	width: 300px;
	height: 1px
	}
	
.item {
	padding-bottom: 10px
	}
	

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.gif) no-repeat top;
	color: #ffffff;
	float: left;
	font-size: 14px;
	height: 165px;
	margin: 0 16px 0 0;
	padding: 15px 0 0;
	width: 181px
}
.box.last{
	margin: 0
}
.smalllink {
	text-decoration: none
}

.smalllink:hover{
	text-decoration: underline
}

.biglink {
	color: white;
	text-decoration: none;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0;
}

.box h3{
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 13px;
	padding: 0 0 0 20px
}
.box p{
	padding: 0 15px 0 0;
	text-align: right
}
.box .th{
	height: 80px;
	margin: 0 0 20px;
	overflow: hidden;
	width: 180px
}
/*=== Footer ===*/
#footer{
	color: #686867;
	font-size: .85em;
	padding: 10px 0 5px;
	text-align: center
}
#footer a{
	color: #686867
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
