div.content {
	height: 650px;
	padding:1em 1em 5em; /* bottom padding for footer */
	text-align: justify;
	background-repeat: no-repeat;
	background-position: 280px 330px;
}
	div.left_col {
		float: left;
		width: 260px;
		height: 360px;
	}
	
	div.left_img {
		width: 270px;
		height: 352px;
		background-image:url(../images/home/stones.jpg);
		background-repeat: no-repeat;
		background-position: 50px 10px;
	}
	
	div.right_col {
		float: right;
		width: 520px;
		height: 360px;
	}
	
	div.right_content_container_1 {
		width: 520px;
		height: 25px;
	}
	
	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: 145px;
		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: 240px;
		height: 20px;
		padding: 20px;
		margin-left: 10px;
	}
	
p.subhead {font-size: 20px; color: #34681D; font-style: normal; line-height:5px;}
	
li {
	list-style: none;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12 px;
	font-family: arial, "lucida console", sans-serif;
	color:#473216;
	text-decoration:none;
	font-style: normal;
}
	

ul {margin-left:0px; padding-left:0px;} 

#creditfooter {

	display: none;
}	

a:link{color:#A97F0D;text-decoration:none;font-weight:bold;}
a:visited{color:#A97F0D;text-decoration:none;font-weight:bold;}
a:active{color:#A97F0D;text-decoration:none;font-weight:bold;}
a:hover{color:#A97F0D;text-decoration:underline;font-weight:bold;}