#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(/images/header.jpg);
	float: left;
	height: 130px;
	width: 310px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 500px;
}

#header a {
	font-size: 12px;
	color: #6B8B8A;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 0px;
	padding-left: 5px;
	font-weight: bold;
	width: 70px;
	position: relative;
}

#header ul {
	margin: 0px;
	padding: 0px;
}

#header li {
	float: left;
	list-style-type: none;
	display: block;
}

#menu {
	float: left;
	height: 28px;
	width: 810px;
}

#menu2 {
	background-image: url(/images/menu2_back.jpg);
	float: left;
	height: 19px;
	width: 790px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 20px;
}

#menu2 a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#main_body {
	background-image: url(/images/main_body_back.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 784px;
	min-height: 542px;
	padding-left: 14px;
	padding-right: 13px;
}

#footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px;
	width: 810px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D4E0E0;
}

#menu_history {
	visibility: hidden;
	float: left;
	position: absolute;
	width: 700px;
}
#menu_overview {
	visibility: hidden;
	float: left;
	position: absolute;
	width: 700px;
}
#menu_house {
	visibility: hidden;
	float: left;
	position: absolute;
	width: 700px;
	padding-left: 0px;
}
#menu_gardens {
	visibility: hidden;
	float: left;
	position: absolute;
	width: 700px;
}
#menu_collections {
	visibility: hidden;
	float: left;
	position: absolute;
	width: 340px;
	padding-left: 360px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body_photo {
	float: left;
	height: 543px;
	width: 358px;
}

#body_content {
	float: left;
	width: 410px;
	padding-left: 15px;
	overflow: auto;
	max-height: 534px;
}

#body_content #photos {
	width: 375px;
	float: left;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(/images/back_photos.jpg);
	padding-top: 40px;
}

#body_content #photos .photo {
	padding: 10px;
	float: left;
	height: 120px;
	width: 160px;
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
}
