/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
} 
body{
	background-image: url(../images/bg2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#fullpage{
	background-image: url(../images/bg3.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:170px; 
 width:100%;
} 
#twocols{
	background-image: url(../images/h3_05.png);
	background-repeat: repeat-y;
	background-position: center;
}
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:42%;
 min-height: 500px;
 padding: 0px 20px 0px 140px;
 border-right-color: #ccc;
 border-right-style: solid;
 border-right-width: 1px;
 }
#rightcol {
	float: right; 
 display:inline; 
 position: relative; 
 width:24%;
	padding: 0px 145px 0px 0px;
}
#footer{
 height:45px;
 clear:both;
 text-align: center;
 color: #777;
 padding-top: 5px;
 } 
 

 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
