/*  Barley Bros.  */

body {
	background: url('/barley/images/bg.gif') repeat 0 0;
	margin:0;
	padding:0;	
	font-size:12px;
	background-color:#3E0013;
	xfloat:left;
	}

a {
color:#4E1526;
text-decoration:none;
}

a:hover {
color:#3E0013;

}
	
#wrapper {
	width:711px;
	margin:0 auto;
	}

#page {
	background: url('/barley/images/content_bg.gif') repeat-y top;
	float:left;	
}

#content {
	float:left;
	background: url('/barley/images/content_bottom.gif') no-repeat 0 bottom;
	padding-bottom:50px;
	}

#header h1 {
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}

ul {
	padding:0;
	margin:0;
}

#header {
	position:relative;
	height:292px;
	background: url('/barley/images/header.gif') no-repeat 0 0;
	margin:0;
	padding:0;
}

	#header img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
	
	#header img {
		padding-left:355px;
	}

#copy {
	float:left;
	padding-top:60px;
	background-image: url('/barley/images/flower.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

#copy p.last {
	padding-bottom:60px;
	background-image: url('/barley/images/flower.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
}



	



