
#content #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#content #sidebar2 {
	padding: 10px;
}
#content #mainContent {
	margin: 0 256px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#content #footer2 { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8E8E9; 
} 
#content #footer2 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:1.4em;

}
.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 { /* 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;
}


	h3 { 
		font-size: 1.4em;
		color:#AA103F;
	}


#content #footer2 h3 {
	font-size:1.6em;

}

	strong { 
		
		color:#AA103F;
	}
	
#content {
padding:0px 0px 0px 0px;
width:815px;
}

#content ol{
padding:0px 0px 0px 30px;

}
#content li{
padding:10px 0px 0px 0px;

}
