@charset "UTF-8";
body  {
	font: 100% "Century Gothic", Futura, Arial, sans-serif;
	background: #FFFFFF
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position:absolute, left;
	min-width:600px;
	
}
.twoColHybLtHdr #container { 
	width: 650px;  
	margin: auto;
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColHybLtHdr #header {  
	padding: 0 10px;  
} 
.twoColHybLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 376px; 
	padding: 15px 0; 
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColHybLtHdr #mainContent { 
	margin: 350px 20px 0 386px;
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; 
} 
.twoColHybLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; /
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}