@charset "utf-8";
/* CSS Document */
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0;  top and bottom padding create visual space within this div  */
}
#BookList {
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: 1px solid #999999;
	background-color:#ffffff;
}
#BasicsPanel {
	margin-top:2px;
	background-color: #FFffff;
	border:solid 1px #999999;
	padding: 2px 2px 2px 2px;
	}
	
.twoColHybLtHdr #mainContent { 
	margin: 0 0px 0 204px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color:#ffffff;
	width:650px;
} 
