html, body{ 
 background-color: #000;
 color: #bbb;
 font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
 font-size: 11px;
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:670px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 margin-top: 10px;
} 
 
#header{
 border-bottom: 1px solid #444;
 font-weight: bold;
 font-size: 0.9em;
 vertical-align: bottom;
 position:relative; 
 padding-top: 30px;
 text-align: right;
 width:100%;
} 

#maincol{
 font-size: 0.9em;
 text-align: center;
 float: right; 
 display:inline; 
 padding-top: 40px;
 position: relative; 
 text-align: center;
 width:670px; 
}

#maincol div{
 padding: 30px;
 float: left;
 text-align; left;
}

#maincol div.right {
 float: right;
}

#maincol div.more {
 padding-top: 0px;
 font-size: 12px;
 font-weight: bold;
 float: right;
}

#maincol div.more a {
 color: #888;
}

#maincol div.more a:hover {
 color: #aaa;
}

#maincol span {
 font-size: 13px;
}

#maincol img {
 border: 1px solid #444;
}

#footer{
 border-top: 1px solid #444;
 text-align: center;
 font-size: 11px;
 clear:both;
 padding-top: 40px;
} 
 
 /* *** 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 */  



