html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1080px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:332px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#leftcol{
	width:255px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	background-attachment: scroll;
	background-image: url(../head/m43.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
 
#twocols{
 width:825px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:300px;
	float:right;
	position:relative;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../head/r1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:525px;
	background-attachment: scroll;
	background-image: url(../head/mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
 
#footer{
	height:25px;
	background-color:#4B7939;
	clear:both;
 } 
 

 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.text {
	font-family: "Arial Rounded MT Bold", tunga, Arial;
	font-size: 12px;
	font-weight: normal;
}

