body {
	background-color: #7b6c67;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 110px;
}
#page {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}
#bgtop {
	position: relative;
	height: 20px;
	width: 760px;
	float: left;
	background-image: url(images/house_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#bgtop h1 {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#999999
}

#bgbottom {
	position: relative;
	width: 760px;
	background-image: url(images/house_bg_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	position: relative;
	float: left;
	background-image: url(images/house_bg_03.jpg);
	background-repeat: repeat-y;
}
#submenu {
	height: 320px;
	width: 170px;
	position: relative;
	float: left;
	margin-right: 5px;
	padding-left: 15px;
}
#topimage {
	float: left;
	width: 720px;
	position: relative;
	height: 180px;
	margin-top: 10px;
	padding-left: 20px;
}
#bottomimage {
	float: left;
	width: 720px;
	position: relative;
	height: 200px;
	padding-left: 0px;
	padding-bottom: 10px;
	background: no-repeat left top;
	padding-right: 0px;
}
#logo {
	float: left;
	width: 720px;
	position: relative;
	height: 90px;
	margin-top: 10px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
	padding-left: 20px;
}
.navarrow {
	float: right;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 10px;
	right: 10px;
}
.navmore {
	height: 20px;
	float: right;
	width: 50px;
	margin-top: 10px;
	margin-right: 20px;
}
