#sitemap {
	float: left;
	width: 175px;
	margin: 0px;
	height: 340px;
}
#sitemapContainer {
	float: left;
	width: 884px;
	background-color: #efe3d3;
	height: 380px;
	color: #987752;
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 15px;
}
#container {
	height: 373px;
	width: 820px;
	overflow: hidden;
	position: relative;
}

#content {
	width: 800px;
	position: relative;
}
#content    a {
	text-decoration: none;
	color: #987752;
}
#content    a:hover {
	text-decoration: underline;
}
#content    p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#content    h1 {
	color: #987752;
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 0px;
}
/*scroll*/
#scrollArea {
	position	: relative;
	height		: 330px;
	width		: 15px;
	overflow	: hidden;
	background-color: #fff3ea;
	margin-top: 22px;
	margin-right: 25px;
	float: right;
}
#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-color: #c49b74;
}
/*scroll*/
