body{
margin:0;
padding:0;
background-color: #9f2a18;}

 
.show_hide {
    display:none;
}


#container {
	width: 1000px;
	background-color: #f8eac8;
	margin: 0 auto;
	padding: 25px;
}

#nav {
	overflow: hidden;
	border: 0px;
	height: 50px;
	width: 1000px;
	background-color: #f8eac8;
	border-bottom: 1px solid #c52d16;
}

#nav ul {
	padding: 0;
	border: 0px;
}

hr {
	height: 1px;
	background-color: #c52d16;
	border: none;
	color: #c52d16;
	}

#nav ul li {
	list-style-type: none;
	float: left;
	font-size: 10pt;
	width: 140px;
	text-align: center;
	font-family: helvetica;
	background-color: #f8eac8;
	height: 50px;
	border-right: 1px solid #c52d16;
}

#nav ul li.noright {
	border-right: none;
	}

#nav ul li a {
	color: black;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	width: 140px;
	text-align: center;
	font-family: helvetica;
}

#nav ul li a:hover {
	text-decoration: none;
	font-size: 10pt;
	width: 140px;
	text-align: center;
	font-family: helvetica;
	color: #c52d16;
	}
	
#books p img {
	margin-right: 3%;
	float: left;
	border: none;
	margin-bottom: 3%;
}

#books p {
	font-family: georgia;
	size: 10pt;
	line-height: 17pt;
	font-weight: normal;
}

#books p a {
	font-family: helvetica;
	size: 10pt;
	line-height: 17pt;
	font-weight: normal;
	color: #c7331c;
	text-decoration: none;
}

#quote p {
	font-family: helvetica;
	size: 10pt;
	line-height: 17pt;
	font-weight: normal;
	color: #1809a0;
	text-decoration: none;
}

#books .title {
	font-family: georgia;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: normal;
	color: #c7331c;
	text-decoration: none;
}

#books .title a {
	font-family: georgia;
	font-size: 14pt;
	line-height: 17pt;
	font-weight: normal;
	color: #c7331c;
	text-decoration: none;
}

#header p img {
	border: none;
}