@charset "utf-8";

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 477px; /* 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: #FFF;
	margin-top: 0px;
	list-style-position: inside;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 470px;
	margin: 0px;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #F2F2F2;
}

ul {
	margin-left: -15px;
	margin-right: 20px;
} 

