@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	
	margin: 0; 
	padding: 0;
	
	
}

.twoColElsLtHdr #container { 
	width: 1024px;
	
	margin: 0 auto; 
	
	text-align: left;
} 
.twoColElsLtHdr #header { 
	
	padding:10px; height:250; width:
	  float:right
} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 400px; 
	padding: 0; 
}


.twoColElsLtHdr #mainContent {
	float: left;
	padding-left:50px;
	width:500; height:400px; 
	 
	} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; vertical-align:baseline; height:150px;
	
	
} 
.twoColElsLtHdr #footer p {
	margin: 0;  
	padding: 100px 0; vertical-align:baseline;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}
p {margin-left:20px}