#container {
	margin: 10px 0px;
	position: relative;
	padding: ;
	}

#leftColumn, #rightColumn, #centerColumn {
	position: absolute;
	top: 0em;
	padding: 0px;
	}

#leftColumn {
	width: 23em;
	left: 2em;
	}

#centerColumn {
	margin-right: 29em;
	left: 26em;
	}
	
#rightColumn {
	right: 10px;
	width: 25em;
	padding: 0 20px;
	}

.greybox {
	border:1px solid grey;
	background-color:#eee;
	padding:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#centerColumn li {
	margin-bottom: 5px;
	}


#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	}
	
.BooklistText {
	margin-left: 120px;
	}
	
.leftimage {
	float: left;
	margin-bottom: 10px;
	}
	
.rightimage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	}

hr {
	border: 1px dashed #999;
	clear: both;
	}