body {
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#main_wrap {
	float: left;
	width: 743px;
	overflow: hidden;
	margin:2px;
}
.clearall {
	clear: both;
}
#header_wrap {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 743px;
}
#left_column {
	float: left;
	width: 200px;
	background-color: #fafce4;
	background-image: url(../images/logo_cotswold_btm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 10px;
}
#right_column {
	float: left;
	width: 523px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#logo img {
	float: left;
	height: 108px;
	width: 203px;
}
#content_wrap {
	clear: left;
}
.photogallerybox {
	width: 400px;
	height: 80px;
	padding-top: 20px;
}
.thumbnail_Hold {
	width: 523px;
	overflow: hidden;
}
.thumbnail_row {
	float: left;
	width: 523px;
	overflow: hidden;
	height: 100px;
	margin-bottom: 10px;
}
.thumbnail {
	float: left;
	height: 100px;
	width: 120px;
	margin-right: 10px;
}
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}
.element{
	font-size: 11px;	
	padding-left:7px;
}
#map {
	height: 500px;
	width: 500px;
	border: 1px solid #518661;
}
