#container {
	position: relative;
	width: 850px;
	height: 373px;
	overflow: hidden;
}
#content {
	position	: relative;
	width		: 815px;
	left		: 15px;
	padding-bottom: 20px;
	margin-top: 15px;
}
#content a {
	text-decoration: underline;
	color: #9C7A50;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	color: #9C7A50;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/*scroll*/
#scrollArea {
	position	: relative;
	height		: 330px;
	width		: 15px;
	overflow	: hidden;
	background-color: #E7E5D0;
	margin-top: 50px;
	margin-right: 25px;
	float: right;
}
#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-color: #9C7A50;
}
#BrownContent {
	width: 900px;
	background-color: #f9f7eb;
	height: 392px;
	color: #9C7A50;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}
#containerLG {
	position: relative;
	width: 900px;
	height: 392px;
	overflow: hidden;
}
