@charset "utf-8";
/* CSS Document */

#content {
	float: left;
	width: 960px;
	height: 504px;
	margin-bottom: 12px;
	margin-top: 12px;
}
#gallery_left {
	width: 10px;
	height: 504px;
	float: left;
	background: url(images/gallery_left.png) no-repeat;
}
#gallery_right {
	width: 10px;
	height: 504px;
	float: right;
	background: url(images/gallery_right.png) no-repeat;
}
#gallery_centre {
	width: 940px;
	height: 504px;
	float: left;
	background: url(images/gallery_background.png) repeat-x;
}
#heading {
	float: left;
	margin-left: 295px;
	margin-right:305px;
	width: 340px;
	height: 26px;
}
h1.title_text {
  background: url(images/hambleden_title.jpg) no-repeat;
  height: 26px;
  width: 340px;
  text-indent:-9999px;
  margin-top: 9px;
}
.thumbnail {
float: left;
width: 120px;
border: 1px solid #999;
margin: 5px 10px 5px 10px;
}
#top_text {
	margin-top: 56px;
	margin-bottom: 6px;
	color: #365861;
}
.image_box {
	float: left;
	width: 852px;
	height: 102px;
	margin-left: 44px;
	margin-top: 10px;
}
#bottom_text {
	width: 500px;
	float: left;
	color: #365861;
	font-size: 14px;
	margin-left: 220px;
	margin-top: 14px;
}
h3.bottom {
  height: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
}

