/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 700px;
	width: 1024px;
	position: relative;
	
}
#banner {
	display: block;
	height: 222px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#navbar {
	display: block;
	height: 84px;
	width: 508px;
	position: absolute;
	left: 515px;
	top: 114px;
	z-index: 50;
	
}


#content_books {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/back_desaturated.jpg);
	background-repeat: repeat;
	display: block;
	padding: 15px;
	height: 424px;
	width: 775px;
	position: absolute;
	left: 222px;
	top: 220px;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #960001;
	border-left-color: #960001;
	z-index: 1;
	text-align: justify;
}
#content_books a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#content_books a:visited {
color: #666666;
	text-decoration: none;
		font-weight: bold;

}

#content_books a:hover {
	color: #930000;
	text-decoration: underline;
		font-weight: bold;

}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: 50px;
	width: 400px;
	position: absolute;
	left: 2px;
	top: 463px;
}
