html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
}
body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; }
ul {
	list-style-type: disc;
	margin: 0; }
#pagewidth {
	width: 974px;
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto; } 
 
#header {
	position: relative;
	height: 97px;
	width: 100%; } 
 
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 100%;
	height: 547px; }
 
#footer {
	background-image: url(../images/footer.jpg);
	height: 71px;
	clear: both; } 
 
.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 */
#header .navigation {
	color: black;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; }
#header .navigation a {
	color: black;
	font-weight: bold;
	text-decoration: none; }
#maincol a {
	color: black;
	text-decoration: underline; }

