html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #940000;
	font-family: Arial, Helvetica, sans-serif;
} 

/* Links */

a:link {
	color: #D71921;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #AD1F75;
}
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid silver;
} 
 
#header{
	position:relative; 
	height:150px; 
	background-color:#F7EBB5; 
	width:100%;
	text-align: center;
} 
 
#maincol{
	background-color: #F7EBB5;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 720px;
	padding: 4px 15px;
	font-size: 80%;
	line-height: 150%;
 }
 
#footer{
	background-color:#B7B38F; 
	clear:both;
	font-size: 70%;
	padding: 3px;
	text-align: right;
	border-top: 1px solid silver;
 }
 
/* Home page activities table */

.hometable td {
	border: 1px solid silver;
	background-color: #FFF;
}

.hometable td h2 {
	font-size: 100%;
	background-color: #620000;
	padding: 3px;
	margin: 0;
	color: #FFF;
}

.hometable td img {
	float: right;
	margin: 3px;
	border: 1px solid gray;
}

.hometable td.centrecol img {
	float: none;
	display: block;
}
 
 /* *** 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 */  

.beattable {
	border: 1px solid silver;
	background-color: #FFF;
}