/* generated by csscreator.com */ 
#html, body{ 
 margin:0; 
 padding:0; 
  background-color:#8BBBEC;
  font-family: verdana,helvetica,arial,sans-serif;
  list-style-position:inside;
 } 
 
#pagewidth{ 
width: 80%;
margin-left: auto;
margin-right: auto;
}

#img{
float: left;
}


 
#header{

 height:147px; 
 background-color:#460309;
 background-image: URL("./test.jpg");
 width:100%;
} 
 
#leftcol{
 width:18%; 
 height: 400px;
 font-size:12px;
 float:left; 
}
 
#maincol{
margin:50px;
 display:inline; 
float:top right;
 width:80%; 
 background-color:#ADD8E6;
 font-size:12px;
 }
 
#footer{
 height:25px; 
 background-color:#3F76A0; 
 text-align:center;
 clear:both;
 } 

 
#h1{
position: static;
font-weight: bold;
font-size: 18pt;
text-indent:3;
}

#h2{
font-weight: bold;
font-size:12pt;
text-indent:3;
}

#ul{
list-style-position:inside;
}
 
 /* *** 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 */  


 
 /*printer styles*/ 
 /@media print{ 
/*hide the left column when printing*/ 
/#leftcol{display:none;} /
/#twocols, #maincol{width:100%; float:none;}/
}/
