html, body{
/* background-image:url(../files_img/maincol_bg.gif);
 background-repeat:no-repeat;
 background-position: 5%;*/
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#f2f2f2;
 font-family:verdana; font-size:13px;
 line-height:18px;
 color:#666;
} 
 
#header{
 background-image:url(../files_img/top_bg.png);
 background-repeat:repeat-x;
 position:relative; 
 height:200px; 
 text-align:center; 
 width:100%;
}  
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:230px;
 float:left;
 text-align:center; 
 position:relative;
 }
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:510px;
 }
 
#footer{
 background-image:url(../files_img/top_bg.png);
 background-repeat:repeat-x;
 margin: 0px 0px 0px 0px;
 height:80px; color:white;  
 clear:both;
 text-align:center;
 } 
 

 
 /* *** Float containers fix: *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*Extras*/
img{
 border:0px solid white;
}

img.right{
 float:right;
 background-color:white;
 margin:5px;
 padding:10px;
}

img.left{
 float:left;
 background-color:white;
 margin:5px;
 padding:10px;
}

a{color:#5680aa; text-decoration:none;} 
a:hover	{text-decoration:underline;}
a:visited	{text-decoration:none;}


p{
 margin: 20px 0px 20px 0px;
}