/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 color: #666666;
 background-color: #CCCCCC;
} 

h1{
 font-size: large;
 font-family: Georgia, serif;
 font-weight: normal;
}

a{
 /*font-weight: bold;*/
}

a#menu:link {color: #669900; text-decoration: none; }
a#menu:active {color: #669900; text-decoration: none; }
a#menu:visited {color: #669900; text-decoration: none; }
a#menu:hover {color: #669900; text-decoration: underline; }

a:link {color: #669900; text-decoration: underline; }
a:active {color: #669900; text-decoration: underline; }
a:visited {color: #669900; text-decoration: underline; }
a:hover {color: #669900; text-decoration: underline; }
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 margin-top: 20px;
 position:relative; 
 height:90px; 
 background-color:#CCCCCC; 
 width:100%;
 border: solid 1px #FFCC33;
} 

#text{
 width: 600px;
 margin-left:auto; 
 margin-right:auto;  
 text-align: justify;
 line-height: 150%;
}
 
/*
#maincol{background-color: #CCCCCC;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 border: solid 1px #FFCC33;
 }
*/ 

 
 /* *** 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 */  

