body{
	margin: 0px;
	padding: 0px;
	background-color: #646157;
	background-image: url(images/pagebg.gif);
	color: #2D2B29;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
}
h1{
	margin: 15px;
	font-size: 135%;
	font-weight: normal;
	color: #424038;
}
h2{
	margin: 15px;
	font-size: 115%;
	font-weight: normal;
	color: #424038;
}
p{
	margin: 15px;
	font-size: 80%;
	line-height: 160%;
}
b{
	color: #424038;
}
a{
	color: #FFFFFF;
}
img{
	display: block;
	border: 0px;
}
.img_align_left{
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#page{
	margin: 0px auto;
	width: 770px;
	text-align: left;
}
.home_page{ background: #C5B161 url(images/bg_home.gif) repeat-y; }
.eat_page{ background: #88693C url(images/bg_eat.gif) repeat-y; }
.eat_page h1{ color: #584223; }
.drink_page{ background: #669999 url(images/bg_drink.gif) repeat-y; }
.drink_page h1{ color: #336666; }
.play_page{ background: #9DA15C url(images/bg_play.gif) repeat-y; }
.contact_page{ background: #CE913F url(images/bg_contact.gif) repeat-y; }
#header{
	height: 275px;
}
#header a{
	color: #FFFFFF;
}
.hdr_home{ background-color: #7D7142; }
.hdr_eat{ background-color: #584223; }
.hdr_drink{ background-color: #336666; }
.hdr_play{ background-color: #6B6F31; }
.hdr_contact{ background-color: #96472C; }

#pagenumber{
	width: 75px;
	height: 275px;
	float: left;
	text-align: center;
}
.page1{ background: url(images/page1.gif) no-repeat bottom; }
.page2{ background: url(images/page2.gif) no-repeat bottom; }
.page3{ background: url(images/page3.gif) no-repeat bottom; }
.page4{ background: url(images/page4.gif) no-repeat bottom; }
.page5{ background: url(images/page5.gif) no-repeat bottom; }
#pagenumber a{
	margin-top: 20px;
	font-family: arial narrow;
	font-weight: bold;
	color: #DC9229;
	text-decoration: none;
}
#hdr_image{
	height: 275px;
	background-color: #424038;
	float: left;
}
#hdr_sidebar{
	width: 175px;
	height: 275px;
	float: left;
}
#hdr_sidebar p{
	font-size: 80%;
	color: #FFFFFF;
}
#hdr_sidebar b, #hdr_sidebar a{
	color: #C5B161;
}
#hdr_sidebar i{
	font-weight: bold;
	font-style: normal;
	color: #2D2B29;
}
#body{
	clear: both;
}
#dots{
	width: 75px;
	float: left;
}
#nav_column{
	width: 150px;
	height: 175px;
	float: left;
}
#navigation, #navigation li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation a{
	display: block;
	width: 105px;
	margin: 0px;
	padding-left: 45px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover{
	background: url(images/btnbg.gif) no-repeat left;
}
#content{
	width: 370px;
	float: left;
}
#jumpto{
	margin-top: 30px;
	padding: 5px;
	font-weight: bold;
	color: #424038;
	border: 1px solid #424038;
	text-align: center;
}
#jumpto a{
	color: #424038;
	text-decoration: none;
}
#jumpto a:hover{
	color: #FFFFFF;
}
#menu_scroller{
	width: 370px;
/*	height: 400px;
	overflow: auto;*/
}
.menu_left_col{
	width: 50%;
	float: left;
}
.backtotop{
	text-align: right;
}
.backtotop img{
	display: inline;
}
#map{
	border: 2px solid #525853;
}
#sidebar{
	width: 175px;
	float: right;
	color: #FFFFFF;
}
#sidebar h2{
	margin: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #DC9229;
}
#sidebar p{
	font-size: 80%;
}
#sidebar b{
	color: #DC9229;
}
#sidebar i{
	font-style: normal;
	color: #999999;
}
#sidebar a{
	color: #C5B161;
	font-weight: bold;
}
#footer{
	clear: both;
	margin-top: 10px;
	padding: 1px 0px;
	width: 768px;
	background-color: #2D2B29;
	color: #DC9229;
}
#footer p{
	margin: 10px;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
#credit{
	margin: 5px;
	font-size: 70%;
	color: #BBBBBB;
}
#credit a{
	color: #BBBBBB;
	text-decoration: none;
}
#credit a:hover{
	color: #FFFFFF;
}