#lcontent {
	margin: 0px; padding: 20px; border: 0px;
	float: left;
	width: 195px;
	height: 451px;
	text-align: justify;
	color: #e0dccd;
	background: #7e7b73;
	overflow: hidden;
}

#title {
	float: right;
	margin-bottom: 10px;
	display: inline;
}

#rcontent_container {
	margin: 15px 0px; padding: 0px; border: 0px;
	float: left;
	width: 565px;
	height: 461px;
	text-align: justify;
	color: #65625c;
	background: #efeeeb;
	overflow: auto;
}

#rcontent {
	margin: 0px; padding: 5px 30px; border: 0px;
	text-align: justify;
	color: #65625c;
	background: #efeeeb;
}

