 
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(http://youthlighthouse.org/img/bg.jpg);
	background-repeat: repeat;
	width: auto;
	background-position: center;
}
.twoColLiqLtHdr #container {
	width: 970px;  
	background: #FFFFFF; 
	border: 1px solid #000000;	
	background-image: url(http://youthlighthouse.org/img/greenbg.gif);
	margin: 40px auto;
} 


.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	clear:both ;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
margin:10px 0 5px 0;
}

.twoColLiqLtHdr #mainContent {
	float:left; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width: 680px;
	margin-top: 0px;
	margin-right:0px;
	
} 
.twoColLiqLtHdr #footer {
	padding: 0 10px;
	background-image: url(img/bg.jpg);
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
