@charset "utf-8";
img{
	border:none;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.main_wrap {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.navigation_wrap {
	height: 58px;
	overflow: hidden;
	width: 890px;
}
.header_image {
	float: left;
	height: 243px;
	width: 629px;
}
#header_wrap {
	margin-top: 23px;
	height: 243px;
	margin-bottom: 23px;
}
#header_logo {
	float: left;
	height: 243px;
	width: 237px;
	margin-left: 23px;
}
#content_wrap {
	width: 890px;
	overflow: hidden;
}
.dark_grey_box {
	background-image: url(../images/dgb_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 237px;
	background-color: #E6E0D2;
	overflow: hidden;

}
#social_network_wrap {
	float: right;
	width: 237px;
	margin-left: 23px;
	margin-bottom: 23px;
}
.booking_wrap{
	width: 237px;
	float: right;
	overflow: hidden;
	margin-left: 23px;
	margin-bottom: 23px;
}
.light_grey_box {
	background-image: url(../images/lgb_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 237px;
	background-color: #F6F3EC;
	overflow: hidden;
}
.box_footer {
	height: 17px;
	width: 237px;
	overflow: hidden;
}
.box_content {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.clearall {
	clear: both;
}
.footer_wrap {
	padding-top: 5px;
	overflow: hidden;
	height: 20px;
	background-color: #57422D;
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
#map {
	width: 620px;
	height: 300px;
	float: left;
	border: 1px dotted #E6E0D2;
}
.thumbnail_hold {
	width: 623px;
	overflow: hidden;
}
.thumbnail_row {
	width: 623px;
	overflow: hidden;
	margin-bottom: 15px;
	height: 84px;
}
.thumbnail {
	float: left;
	height: 82px;
	width: 110px;
	border: 1px solid #E6E0D2;
	overflow: hidden;
	margin-bottom: 10px;
}
#video {
	height: 288px;
	width: 360px;
	border: 1px dotted #E6E0D2;
}
.highlight_blue {
	background-color: #E6F4FF;
	padding: 5px;
	border: 1px solid #E6E0D2;
}
.pages {
	text-align: center;
	padding-top: 10px;
}
