@charset "utf-8";

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 978px; /* 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: 15px;
}


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

