<style type="text/css"> 
<!-- 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link {
	color: #CC9900;
	text-decoration: none;
	line-height: 30px;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.content {
	color: #e4ee4d;
	font-size: 20px;
  font-face: helvetica;
}
.heading {
	color: #e4ee4d;
	font-size: 20px;
    font-face: helvetica;
}
.thrColFixHdr #container { 
	width: 780px;
	background: #000000;
	margin: 0 auto; /
	border: 1px solid #000000;
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: #000000; 
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.thrColFixHdr #links1 {
	float: left;
	width: 150px;
	background: #000000;
	padding: 5px 10px 5px 10px;
  font-face: helvetica;	
}
.thrColFixHdr #links2 {
	float: right;
	width: 160px;
	background: #000000;
	padding: 5px 10px 5px 10px;
}
.thrColFixHdr #mainContent { 
	color: #e4ee4d;
	font-size: 16px;
    font-face: helvetica;	
	margin: 0 150px;
	padding: 0 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
	background:#000000;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style>
