@charset "utf-8";
body  {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/core/body-background.jpg) top center repeat-x #570b0b;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1024px;  
	background: #000000;
	color: #fafadd;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 250px; 
	background: #000000; 
	padding: 10px 10px 15px 20px;
}

	#address {
		background: #111;
		padding: 3px;
		text-align: center;
		margin-bottom: 25px;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 280px; 
	padding: 0px 20px 0 20px;
} 

	#mainContent h1 {
		font-size: 1.5em;
	}
	
a.text-link {
	color: #FF9;
	text-decoration: none;
	font-style: oblique;
	font-weight: 700;
}

a:hover.text-link {
	text-decoration: underline;
}
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#000000; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

#copyright {
	text-align: center;
}

#lighthouse {
	color: #fff;
	background: transparent;
	font-size: 0.8em;
	text-align: right;
}

	#lighthouse a {
		color: #fff;
		text-decoration: none;
	}
	
	#lighthouse a:hover {
		color: #FF9;
		text-decoration: underline;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

legend {
	font-size: 18px;
}

fieldset {
	border: 1px solid #333;
}
