html {
	height: 100%;
}
body {
    height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 770px;
	background-color: #FFFFFF;
	display: block;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
#topbanner {
	position: relative;
	height: 72px;
	width: 752px;
	display: block;
	background-image: url(/images/banner_bk.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #847248;
	padding-top: 10px;
}
#images {
	position: relative;
	height: 72px;
	width: 772px;
	display: block;
	margin-top: 10px;
}
#nav {
	position: relative;
	width: 241px;
	display: block;
	margin-top: 70px;
	_margin-top: 10px;
	padding-top: 10px;
	float: left;
	background-color: #847248;
	background-image: url(/images/nav_bk.jpg);
	background-repeat: repeat-y;
}
#content {
	position: relative;
	height: 72px;
	width: 529px;
	_width: 533px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 70px;
	_margin-top: 10px;
	float: left
}
#menus {
	position: relative;
	border: 1px;
	border-color: #847248;
	border-style: solid;
	width: 225px;
	padding: 5px;
	margin: 10px;
	float: left;
	font-size: 10px;
}
#text {
	position: relative;
	float: left;
	width: 529px;
	_width: 533px;
}