/**************  home page  *************/

#header {
	background: url('/barley/images/home_header.gif') no-repeat 0 0;
}

#page {
	background-image:none;
}

#content {
	background: url('/barley/images/content_home_bottom.gif') no-repeat 0 bottom;
	background-color:#D7CCB0;
	}
	
#copy {
	width:220px;
	}

#main {
	margin:35px 0 0 0;
	xborder:1px solid;
	position:relative;
	float:left;
	width:100%;

}

	#main p {
		xborder:1px solid;
		margin: 0;
		padding:0 20px 15px 50px;
				font-size:14px;
		line-height: 20px;
		float:left;
	}
	
	#main img {
		position:absolute;
		top:20px;
		left:245px;
	}


