/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
    text-align: center;
    font-size: .9em;
    font-family: Arial, Sans-Serif;
    background-color: #696969; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
     background-color: #CECFCE;  
} 
 
#header{
    position: relative;
    height: 200px;
    width: 800px;
    background: url(logo_top.jpg);
} 
 
#topmenu
{
    position: relative;
    height: 30px;
    background-color: #636563;
    width: 100%;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    text-align: center;
} 
 
#maincol{background-color: #CECFCE;  
 float: right; 
 display:inline; 
 position: relative; 
 width:790px; 
 min-height:380px;height:auto!important;height:380px;
 margin: 0px;
 padding-right: 4px;
 padding-left: 4px;
 padding-bottom: 4px;
 padding-top: 4px;
}
 
#footer
{
    height: 20px;
    background-color: #636563;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    clear: both;
    text-align: center;
    color: #ffffff;
} 
#footer a
{
    color: #ffffff;
}
 

 
 /* *** 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 */  


