/* generated by csscreator.com */ 
html, body { 
  margin: 0; 
  padding: 0;
  text-align: center; 
	} 
 
#pagewidth { 
  width: 760px; 
  text-align: left; 
  margin-left: auto; 
  margin-right: auto; 
	} 
 
#header { 
  position: relative; 
  height: 255px; 
  width: 100%; 
	margin: 0 10px; 
	} 

#wrapper {
	margin: 0 10px; }

#maincol { 
  float: left; 
  display: inline; 
  position: relative; 
  width: 480px; 
	margin: 0 40px; 
	}

#rightcol {
	margin: 0 20px 0 560px; 
	}

#footer { 
  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-table; }

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

