@charset "utf-8";
#divmain {
	height: 450px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/esther_books_back.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#divmain #divcontent {
	margin: 20px 20px 20px 10px;
	float: left;
	height: 350px;
	width: 300px;
	overflow: scroll;
	padding: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#divmain #divnav {
	float: left;
	height: 100%;
	width: 200px;
	margin-top: 150px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 50px;
}
#divmain #divbooks {
	margin: 0px 20px 10px 0px;
	float: right;
	height: 100%;
	width: 100px;
}
#divmain #divname {
	float: none;
	height: 50px;
	width: 80px;
}
ul#navigation{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
ul#navigation a{
display: block;
text-decoration: none;
color: white;
padding: .2em .5em;
border-bottom: 1px solid white;
width: 7em;
}
ul#navigation a:hover{
background: #69c;
color: #000;
}
ul#navigation li{
display: inline;
}
