#left_side{
	float: left;
	width: 130px;
	background-image: url(../images/BG_DETAL.jpg);
	background-repeat: repeat-y;
	height: 300px;
}
#body_content
{
	margin-left: 200px;
	padding: 1em;
	max-width: 36em;
	margin-top: 30px;
}
