#container {
	position: relative;
	width: 461px;
	height: 380px;
	overflow: hidden;
}
#content {
	position	: relative;
	width		: 430px;
	left		: 15px;
	padding-bottom: 20px;
	margin-top: 15px;
}
#content a {
	text-decoration: underline;
	color: #9C7A50;
}
#content a:hover {
	text-decoration: none;
}

#content p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h1 {
	color: #9C7A50;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 30px;
}
#content   li  {
	list-style-image: url(../../images/brown_bullet.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

/*scroll*/
#scrollArea {
	position	: relative;
	height		: 330px;
	width		: 15px;
	overflow	: hidden;
	background-color: #f8f1ea;
	margin-top: 50px;
	margin-right: 25px;
	float: right;
}
#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-color: #c19565;
}
#HalfContent {
	width: 461px;
	background-color: #F9F7EB;
	height: 392px;
	color: #9C7A50;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	float: left;
}
#LeftColumnPic {
	height: 392px;
	width: 200px;
	margin-right: 19px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}
#RightColumnPic {
	height: 392px;
	width: 200px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	margin-left: 19px;
}
