body, p, input, textarea, select {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #000;
}
body.home {
 background: #fff url(../images/hp-bg.gif) repeat-x;
 text-align: center;
 margin: 59px 0 0 0;
}
body.sub {
 background: #fff url(../images/sp-bg.gif) repeat-x;
 text-align: center;
 margin: 59px 0 0 0;
}
img {
 border: 0;
}
img.logo {
 float: right;
}
p {
 margin: 0 0 20px 0;
 padding: 0;
 line-height: 1.5em;
}
h1 {
 color: #703228;
 font-size: 26px;
 font-family: Georgia, serif;
 font-weight: normal;
 margin: 0 0 20px 0;
 padding: 0 0 8px 0;
 border-bottom: 1px #e5e5e5 solid;
}
br.clear {
 clear: both;
}

#wrapper {
 width: 800px;
 margin: 0 auto;
 text-align: left;
}
#nav-home a,
#nav-sub a {
 display: block;
 float: left;
}
#nav-home br,
#nav-sub br {
 display: none;
}

#content {
 margin-top: 50px;
}
#content-home {
 width: 430px;
 float: left;
 text-align: justify;
 margin-left: 25px;
}
#content-sub {
 text-align: justify;
 width: 750px;
 margin-left: 25px;
}
#callout-home {
 width: 345px;
 float: left;
 text-align: right;
}

/* bookshelf */
h1.bookshelf {
 color: #703228;
 font-size: 26px;
 font-family: Georgia, serif;
 font-weight: normal;
 margin: 0;
 padding: 0 0 8px 0;
 border-bottom: 1px #e5e5e5 solid;
}
#booknav {
	color: #703228;
	padding: 10px 0 15px 5px;
	margin: 5px 0 35px 0;
	letter-spacing: 0.07em;
	border-bottom: 1px #e5e5e5 solid;
}
#booknav a {
	color: #703228;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#booknav a:hover {
	color: #2789d4;
}
div.bookshelf {
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
 border-bottom: 1px #ccc solid;
 width: 100%;
 float: left;
}
div.bookshelf div.book {
 width: 20%;
 text-align: center;
 float: left;
}
div.bookshelf div.book p {
 width: 120px;
 padding: 0;
 margin: 6px auto;
 font-size: 92%;
 line-height: 120%;
}
div.bookshelf div.book strong {
 text-transform: uppercase;
 color: #2789d4;
}
#pagebrowse {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#pagebrowse a.next {
	color: #703228;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	float: right;
}
#pagebrowse a.previous {
	color: #703228;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}
#pagebrowse a:hover {
	color: #2789d4;
}
#pagebrowse p.pagemark {
	text-align: center;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
}

#footer {
 width: 100%;
 border-top: 2px #98c2e2 solid;
 text-align: center;
}
#footer-content {
 width: 750px;
 margin: 20px auto 0 auto;
 text-align: left;
 font-size: 12px;
 color: #666;
}