@charset "utf-8";
body {
	background-color: #3d469f;
	text-align: center;
}
.content {
	margin: 0 auto;
	background-color: #afa4ee;
	height: 100%;
	width: 750px;
	border: 8px solid #FEFEFE;
	padding: 8px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #afa4ee;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav {
	background-color: #3d469f;
	height: 45px;
	width: 100%;
	margin-bottom: 8px;
}
a.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3d469f;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
}
a.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #afa4ee;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display:inline-block;
}
.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
.box {
	background-color: #f0eefc;
	padding: 10px;
}
.tinytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.review {
	background-color: #f0eefc;
	padding: 30px;
	line-height: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#book_layer {
	position:absolute;
	top:0px;
	left: 50%;
	width:137px;
	height:174px;
	z-index: 1;
	margin-left: -354px;
 	background-image: url(book_hover.png);
	background-repeat: no-repeat;
}
