/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
} 
 
#pagewidth{ 
 width:995px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

#header{
	position:relative;
	height:280px;
	width:100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 
#header2 {
	position:inherit;
	height:42px;
	width:995px;
	background-image: url(../images/header2.jpg);
	background-repeat: repeat;
}

#leftcol{
	width:330px;
	float:left;
	position:relative;
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:661px; 
 }
 
#footer{
 height:100px; 
  background-color:#FFFFFF; 
 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;} 
#twocols, #maincol{width:100%; float:none;}
}

