/* CSS Document */


html { height: 100%; }
.background	{width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0;	background-attachment:fixed;}
body {background:#4e782b url(../images/bggrass.jpg) repeat-x;}
#logo h1	{height:83px;}

#wrapper	{margin-left:22px;}



#mainnav  {margin-left:-7px;top: 128px;	}

	
#contentbg	{
	float:right;
	width:628px;
	height:100%;
	background: url(../images/grass-contentbgrepeat.jpg) repeat-y;
	z-index:1;
	}	
	

#content	{
	float:right;
	padding:0;
	width:628px;
	height:100%;
	background:url(../images/grass-bgcontent.jpg) no-repeat;
	z-index:1;
	}
	
html>/**/body #content	/*Firefox*/{margin-top:-15px; }

.contenttext	/*IE6*/{
	width:500px;
	float:right;
	margin:10px 5px 20px 0px;
	}
	
html>body .contenttext /*Firefox IE7*/{
	width:500px;
	float:right;
	margin:10px 20px 20px 0px;
	}

#footer	 {
	background: url(../images/grass-footershadow.jpg) no-repeat top right;
	}

.toprightimage	{
	float:right;
	width: 92px;
	height:112px;
	margin: -47px -23px 0 442px;
	overflow: visible;
	z-index:100;
	position:absolute;

	}
html>/**/body .toprightimage	/*Firefox*/{ margin: -60px -23px 0 442px;}	