html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

html{
	background-attachment: scroll;
	background-color: #9ABA70;
	background-image: url(../layout/bckg.jpg);
	background-repeat: repeat-x;
} 

body{
	background-attachment: scroll;
	background-image: url(../layout/grass.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

 
#pagewidth{ 
 width:889px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:147px;
	width:100%;
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
} 

#animation{
	left: 358px;
	position: relative;
} 
 
#leftcol{
 width:270px; 
 float:left; 
 position:relative; 
}

#menu{
	color:#FFFFFF;
	height:234px;
	position:relative;
	width:244px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../layout/bckg_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 20px;
	margin-top: 6px;
}
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:553px;
	background-attachment: scroll;
	background-image: url(../layout/bckg_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 20px;
	margin-top: 6px;
	padding: 15px;
}
#top{
	background-image: url(../layout/body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}


#content{
	border-left:1px solid #76964B;
	border-right:1px solid #76964B;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../layout/body_shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#bottom{
	height:77px;
	clear:both;
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
