/* CSS Document */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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-color: #533700; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 5px;
	height: 640px;
	overflow: hidden;
	margin: 0px;
}
