/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}

a
{
	color: black;
        text-decoration: none;
}

a:hover
{
        color: black;
        text-decoration: underline;
}
 
 
#pagewidth{ 
 width:500px; 
 text-align:center;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#maincol{background-color: #FFFFFF;  
 float: center; 
 display:inline; 
 position: relative; 
 width:; 
 }


 
 /* *** 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 */  

#maincol2{background-color: #FFFFFF;  
 width: 500px;
 float: center; 
 /*display:inline; */
 position: relative; 
 width:; 
 }

.content{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
