div.content {
	height: 700px;
	padding:1em 1em 5em; /* bottom padding for footer */
	text-align: justify;
}
	div.left_col {
		float: left;
		width: 280px;
		height: 400px;
		background-image:url(../images/resources/bamboo.jpg);
		background-repeat: no-repeat;
		background-position: 30px 0;
	}
	
	div.left_btn {
		width: 118px;
		height: 41px;
		float: right;
	}
	
	div.left_title {
		font-size:16px;
		font-weight:bold;
	}
	
	div.right_col {
		float: right;
		width: 520px;
		height: 400px;
	}
	
	div.right_content_container_1 {
		width: 520px;
		height: 25px;
	}
	
	div.right_content_1 {
		width: 480px;
		height: 25px;
		margin: 0 0 0 20px;
		font-size: 20px;
		color: #34681D;
	}
	
	div.right_content_container_2 {
		width: 520px;
		height: 350px;
		background-image:url(../images/frame_bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	
	div.right_content_2 {
		width: 480px;
		height: 165px;
		padding: 8px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.right_content_container_3 {
		width: 520px;
		height: 155px;
		background-image:url(../images/frame_top.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	div.right_content_3 {
		width: 480px;
		height: 155px;
		padding: 8px;
		padding-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.quote {
		float: left;
		width: 240px;
		height: 20px;
		padding: 400px 20px 20px 40px;
	}
	
	div.breadcrumb{
		font-size:14px;
		font-weight:bold;
		color:#A97F0D;
	}
	
	div.scroll {
		height: 250px;
		width: 465px;
		overflow: auto;
		background-color: #eef3c8;
		padding: 8px;
	}
