/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background-image: url(images/bodybg.jpg);
background-color: transparent;
} 

#pagewidth{ 
 width:820px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 background-image: url(images/topbg.jpg);
 height:52px; 
 background-color:#000000; 
 width:100%;
} 

a:hover {text-decoration: underline; background-color: none;}

a {text-decoration: none; color: #ffffff; background-color: #434446;}

/* #test {visibility: hidden;} */
 
#maincol{background-color:transparent;  
float: right;
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
 height:52px; 
 background-color:transparent;
 clear:both;
 font-size: 11.5px;
 font-family: "trebuchet ms", helvetica, sans-serif;
 letter-spacing: 1px;
 color: #A8A8A8;
margin-left: 10px;
 } 

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

