@charset "UTF-8";
/* CSS Document */


#.wrappper {
	width: 700px;
	background-color: #c4ebd7;
	margin:10px auto;

	
}


#body_header {
	background-image:url(images/body_header.jpg);
	background-repeat:no-repeat;
	background-attachment: inherit;
	background-position:inherit;
	
	}
	
#body_header_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #573800;
	padding: 4px 0px 0px 30px;
	}
	
#body_copy {
	margin-top: 0px;
	background-color: #e6f7ef;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-width: 1px;
	border-color:#446c29;
	}
	
#body_copy_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #573800;
	display:block;
	padding: 30px 30px 30px 30px;
	}
	
#body_copy_text h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #573800;
	display:inline;
	}
	
#body_copy_text .image_right {
	width:220px;
	float:right;
	padding: 20px 20px 20px 20px;
	clear:right;
	}
	
#body_copy_text .image_left {
	width:163px;
	float:left;
	padding: 20px 50px 20px 20px;
	}
	
	
#body_bottom {
	background-image:url(images/body_bottom.jpg);
	background-repeat:no-repeat;
	background-attachment: inherit;
	background-position:inherit;
	}
	
	