/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:250px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
 width:; 
 }
 
#footer{
	height:100px;
	background-color:#FFFFFF;
	clear:both;
 } 
 
#header h2{
	font-family: arial black, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	letter-spacing: 5pt;
 }

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

a{
	color:#963;
}

a:hover{
	color:#069;
}

a:visited{
	color:#600;
}

p {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px
}
