#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 8px 0px 0px; /* padding keeps the content of the div away from the edges */
}