/* generated by csscreator.com */ 
html, body{ 
  margin:0; 
  padding:0; 
  text-align:left; 
} 
 
#ST_pagewidth{  
  text-align:left;  
  margin-left:40px;   
  width:1000px;
} 
 
#ST_maincol{
  position: relative;  
  padding-top:10px;
}
 
#ST_footer{
  margin-top:10px;
  padding:6px;
  clear:both;
  background-color:#FFF;
  float:left;
}




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

