/* generated by csscreator.com */ 
html, body{ 
margin:0; 
padding:0; 
text-align:center; 
} 

*{
margin:0;
padding:0;
font-family: Helvetica, Arial, Sans-serif;
font-size:12px;
line-height:1.5em;
} 

h1{
font-size:48px;
} 

h2{
font-size:24px;
}

div.info{
	padding-left:20px;
	border-left:dotted 1px #000;
	}

.small{
	font-size:18px;
	}
	
p{
	margin-bottom:0em;
	}

#pagewidth{ 
width:960px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
  
#maincol{
float: right; 
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 */  

