/* CSS Document */
html { height: 100%; }
.background	{width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0;	background-attachment:fixed;}
body {background:#000 url(../images/bgfarm.jpg) repeat-x;}
#logo h1	{height:84px;}
#wrapper	{margin-left:22px;}
	
#mainnav  {margin-left:-4px;top: 125px;}



#contentbg		/*IE*/{  
	float:right;
	width:628px;
	height:100%;
	background: url(../images/farm-contentbgrepeat.gif) repeat-y;
	z-index:1;
	}	
	

#content	/*IE*/{
	float:right;
	padding:0;
	width:628px;
	height:100%;
	background:url(../images/farm-contentbg.gif) no-repeat;
	z-index:1;
	}
html>/**/body #content	/*Firefox*/{margin-top:-18px;}	

.contenttext	/*Firefox IE7*/{
	width:500px;
	float:right;
	margin:10px 20px 20px 0;
	padding-right:19px;
	padding-left:-10px;
	}
	
* html .contenttext	/*IE6 */{margin-right:5px;}
html>/**/body .contenttext /*FF ONLY */{margin-right:0px;}

#footer	 {
	background: url(../images/farm-footershadow.gif) no-repeat top right;
	}



.toprightimage	/*IE 6*/{
	float:right;
	width: 97px;
	height:104px;
	margin: -41px 0px 0 431px;
	overflow: visible;
	z-index:100;
	position:absolute;
	}

html>/**/body .toprightimage	/*Firefox*/{
	margin: -31px 0px 0 430px;
	}