/* CSS Document */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{
	width:780px;
	text-align:inherit;
	margin-left:25px;
	margin-right:25px;
	background-color: #000000;
} 
 
#maincol{
	background-color: #000000;
	float: none;
	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 */ 
 
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}.footer {
	font-size: small;
	color: #FFFFFF;
}
.whitetextBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
