@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #5F5963;
}
.twoColFixLtHdr #container {
	width: 998px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	border-top: 3px solid #2C2F40;
	border-right: 3px solid #2C2F40;
	border-bottom: 3px solid #2C2F40;
	border-left: 3px solid #2C2F40;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header {
	background: #4D4656;
	color: #000;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-right: thin solid #2C2F40;
	font: 12px Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 10px; 
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; 
	background:#2C2F40;
	color: #FFEAA7;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	line-height: normal;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer p {
	font: 12px Arial, Helvetica, sans-serif;
}
