@charset "utf-8";
/* CSS Document */

/*#sidebar1 {
	float: left;  since this element is floated, a width must be given 
	width: 155px; 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: #DDD; the background color will be displayed for the length of the content in the column, but no further 
	padding: 15px 5px;
	margin-top:15px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}*/
#mainContent { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; 
} 

#mainContent li	{
	margin-left:35px;
	line-height:135%;
	}
	
#mainContent ul	{
	margin:10px;
	}
#header	{
	border-bottom:#000 solid 4px;
		}