/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
} 
img
{
	border: none;
}
p
{
	margin: 0;
	padding: 0;
}

a
{
	color: rgb(154, 154, 154);
	font-weight: bolder;
}
#pagewidth{ 

 width:400px; 
 text-align:center;  
margin: 3em auto 0;
} 
  
 
#footer{
 height:80px;  
 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;}
}

