@charset "UTF-8";
/* CSS Document */
		
#body_content {
	position:relative;
	background:url(images/left_panel_bg.jpg) 0 0 repeat-y #e3f3d2;
}

	#body_content #left_panel {
		position:absolute;
		width:272px;
		height:100%;
		min-height:100%;
		left:0;
		top:0;
		
		color:#597152;
	}
		#body_content #left_panel ul {
			margin:0 0 0 35px;
			padding:7.5em 0 0 0;
			list-style:none;
		}
			#body_content #left_panel li {
				line-height:2em;
				margin:0;
				width:190px;
			}
			
	#body_content #right_panel {
		margin-left:272px;
		padding-left:26px;
		padding-right:20px;
		padding-top:30px;
		
		background:url(images/home_tree.jpg) bottom right no-repeat #ac5e17;
		color:#d8bfa9;
		line-height:1.75em;
	}
		#body_content #right_panel h1 {
			margin:0;
			padding:1em 0 0.5em 0;
			color:#46260a;
			width:100%;
			font-size:1.75em;
		}
		
		#body_content #right_panel p {
			margin:0;
			padding:0.5em 0;
			letter-spacing:1px;
		}
		
		#body_content #right_panel .half_width {
			width:55%;
		}
