#container {	
	width : 750px;
	margin : 0 auto;
	padding : 0 0px;
	position : relative;
	text-align : left;

}

#header {
	padding-top:13px;
	padding-bottom:0px;
	border-bottom:2px solid #DCDCF7;
}

#body {
/*	margin-right: 32px;*/
}

#content {
	padding: 25px 0px;
	background-color:white;
	clear:both;
}
#content #description{
	margin-right:40px;
	margin-bottom:30px;
}
#content #bookOnHome {
	text-align:center;
	margin-bottom:30px;
}
#content #clustrmap {	
	text-align: center;
	margin-bottom:30px;
}
#content #calendar {

}
#content table#books td {
	padding:20px 20px 20px 0;
}


#footer {
	border-top:2px solid #DCDCF7;
	padding: 5px 5px 10px 0;
}

