html, body{
	margin:0px;
	padding:0;
	text-align:center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height:100%;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:100px;
	width:100%;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width: 100%;
 }
 
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #7d0909;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
  
.top a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top a:hover {
	color: #7d0909;
	text-decoration: underline;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.top a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cdtitle {
	font-size: 14px;
	font-weight: bold;
}

 /* *** Float containers fix:*** */ 
.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 */  
 
.recordlabel {
	font-size: 10px;
	font-style: italic;
}
