div.content {
	height: 700px;
	padding:1em 1em 5em; /* bottom padding for footer */
	background-image:url(../images/self/flower.jpg);
	background-repeat: no-repeat;
	background-position: 300px 420px;
	text-align: justify;
}
	div.left_col {
		float: left;
		width: 280px;
		height: 450px;
		background-image:url(../images/self/bird_flower.jpg);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	
	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: 450px;
	}
	
	div.right_content_container_1 {
		width: 520px;
		height: 55px;
	}
	
	div.right_content_1 {
		width: 480px;
		height: 25px;
		margin: 10px 0 0 20px;
		font-size: 20px;
		color: #34681D;
	}
	
	div.right_content_container_2 {
		width: 520px;
		height: 165px;
		background-image:url(../images/frame_bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	
	div.right_content_2 {
		width: 480px;
		height: 125px;
		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: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.quote {
		float: left;
		width: 220px;
		height: 20px;
		padding: 230px 20px 20px 50px;
	}
	
	div.breadcrumb{
		font-size:14px;
		font-weight:bold;
		color:#A97F0D;
	}
