body { 
	text-align: center;
	background: #E0DBD3;
	color: black;
	font-family: "Courier New", Courier, monospace;
}
body, #book h2 { font-size: 16px; }
h1,h2,h3,h4{
	font-weight: normal;
}
h1 { font-size: 54px; margin-bottom: 11px; font-family: "Cutive Mono"; font-weight: bold; }
h2 { font-size: 18px; }
a {
	color: #960019;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 966px;
	padding-bottom: 50px;
	font-size: 16px;
}
#wrapper > p, #wrapper > h3, #wrapper > div#news, #wrapper > ul, #wrapper > div#events { 
	margin-left: 30px; margin-right: 30px;
	line-height: 20px; 
}
#wrapper p { margin-top: 0; margin-bottom: 2em; }
#wrapper p#details { margin-bottom: 0; }
#wrapper h3 { margin-bottom: 0; font-size: 16px; }
#wrapper ul { line-height: 30px;  }

header {
	text-align: center;
}
nav {
    font-size: 16px;
	padding-top: 9px;
	height: 28px; /* auto; */
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	border-style: solid;
	border-color: black;
	border-width: 1px 0;
	margin-bottom: 35px;
}
nav a {
	color: black;
}
nav, nav a:hover, nav a:active, .bookRow > div:hover {
	color: #960019; text-decoration: none;
}
nav > div {
    width: auto;
	margin: 0 20px;
    /*
	height: 40px;
	*/
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
nav > span {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}	
#books { text-align: center; padding-top: 5px; min-height: 714px; }
.bookRow > div { display: inline-block; margin: 0 25px 41px; cursor: pointer; font-size: 15px; width: 268px; vertical-align: top; }
#books .bookRow img { height: 275px; display: block; margin: 0 auto 5px; }	
footer { text-align: center; margin-top: 42px; padding-top: 47px; border-top: 1px solid black; }
footer a { margin: 0 11px; }
.bookTitle { font-style: italic; }
.reviewer .bookTitle { font-style: normal; }
.dummy input { color: #7C7C7C; }
