/* generated by csscreator.com */ 
html, body{ 
 margin:10; 
 padding:0; 
 text-align:center; 
 font-family: gill, helvetica, sans-serif;
 font-size: small;
 color: #003366;
 } 
 
.posted {
background: transparent url(images/bullet.gif) no-repeat left;
padding: 0 0 0 25px;
} 

#pagewidth{ 
 width:auto; 
  text-align:left;  
  margin-left: auto;
  margin-right:auto;  
} 
 
#header{
 position:relative; 
 background-image: url(images/repeat.jpg); 
 width:100%;
} 
 
#maincol{
	background-color: #ccffff;
	background-image: url(images/navbar6.jpg);
	background-repeat: no-repeat;
	float: right;
	width:100%;
	height: 100%;
	display:inline;
	position: relative;
 }
 
#footer{
 height:16px; 
  background-color:#336699; 
  font-family: gill, helvetica, sans-serif;
  font-size: x-small;
  color: #999999;
 clear:both;
 } 
 

 
 /* *** 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 */  
