
html, body { 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #FFFFFF;
	}

img {
	border: 0;
	}
 
#pagewidth { 
	width:800px; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	}
	
h1 {
	text-transform: capitalize;
	}
	
h1, p {
	margin-right: 20px;
	margin-left: 20px;
	}
	
a {
	color: #b07726;
	font-weight: bold;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */