/* CSS Document */
#books_main {
	margin-left:50px;
	text-align:left;
}
#books_main img {
	border:0;
	margin:0;
	padding:0;
}
#books_text {
}
#books_text_center {
	left:200px;
	margin-right:100px;
	text-align:justify;
}


.books_subpage {
	position:relative;
	margin-left:100px;
	margin-right:200px;
	text-align:justify;
}
.books_subpage img{
	padding-right:20px;
	padding-bottom:20px;
	padding-top:2px;
}

#books_main a:link {color: #000000;	}
#books_main a:visited {color: #000000;}
#books_main a:hover {color: #227DC6;}
#books_main a:active {color: #000000;}

#books_menu {
	margin-left:100px;
	top:40px;
	position:relative;
}
.books_container{
	width:200px;
	position:absolute;
}
.top_container {
	width:200px;
}
.top_left {
	width:22px;
	float:left;
}
.top_center {
	float:left;
	width:1px;
	background-color:#000;
}
.top_right {
	float:left;
	width:177px;
}

.menu_pic {
	width:200px;
	font-size:0px;
}
.btm_container {
	width:200px;
}
.btm_left {
	width:22px;
	float:left;
}
.btm_center {
float:left;
	width:1px;
	background-color:#000;
}
.btm_right {
	width:177px;
}
.clean{
clear:both;	
}