/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header {
	font-family: Georgia, Arial, sans-serif;
	font-size: 11px;
	position:relative;  
	background-color:#FFFFFF; 
	height: 14px;
	margin-top: 65px;
	margin-bottom: 40px;
	border-bottom: 1px solid #AAAAAA;

}

.about {
	float: right;
	position: relative;
	color: #777777;
	font-family: Georgia;
} 

.headtext {
	float: left;
	position: relative;
	color: #777777;
	font-family: Georgia;
}


#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:100%;
	text-align: center;
 }
 
#footer{
	font-family: Georgia, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: center;
	height:30px;
	background-color: #FFFFFF;
	width: 750px;
	background-color:#FFFFFF; 
	clear:both;
	border-top: solid 1px #AAAAAA;
	position: absolute;
	bottom: 0px;
} 
 
.logo {
	margin-left: auto;
	margin-right: auto;
}

.footerlink, a {
	text-decoration: none;
	color: #990033;
}

.footerlink, a:hover {
	color: #000000;
}
 
 /* *** 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 */  

