* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline-style: none;
}
img { border: none; }
body {
	/* background-color: #F9F6DB; */
	background-color: #000000;
}
#container {
	width: 685px;
/*	margin-left: 50px; */
	margin: auto;
	margin-top: 54px;
	background-color: #fff;
	padding: 40px 40px 20px 40px;
/*	border: 1px solid #F0EDD3; */
	border: 1px solid #828282;
}
#footer {
	clear: both;
	width: 685px;
}
#verticalrule {
	float: right;
}
#menu {
	float: right;
}
#content {
	width: 544px;
}
/* Book images go in this div */
#image {
	width: 544px;
	margin: auto;
}

#contactimage {
}
/* bylines and buttons go in this div */
#subnav {
	width: 542px;
	margin: auto;
	margin-top: 40px;
}
#morebutton {
	height: 14px;
	width: 27px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
a.morebtn {
	display: block;
	width: 27px;
	height: 14px;
	background: url("../images/morebtn.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.morebtn {
	background-position: 0 -14px;
}
a:active.morebtn {
	background-position: 0 -14px;
}
#morebutton2 {
	height: 11px;
	width: 50px;
	position: absolute;
	bottom: 0;
	right: 14px;
}
a.morebtn2 {
	display: block;
	width: 50px;
	height: 11px;
	background: url("../images/morebtn2.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.morebtn2 {
	background-position: 0 -11px;
}
a:active.morebtn2 {
	background-position: 0 -11px;
}
#byline {
	float: left;
	width: 517px;
	position: relative;
}
#prev {
	width: 7px;
	height: 28px;
	display: inline;
	float: right;
}
#spacer {
	width: 11px;
	height: 28px;
	display: inline;
	float: right;
}
#next {
	width: 7px;
	height: 28px;
	display: inline;
	float: right;
}
#prev span.hide, #next span.hide, #morebutton span.hide, #morebutton2 span.hide { display: none; }
/* Previous and next button styling */
a.prevbtn {
	display: block;
	width: 7px;
	height: 28px;
	background: url("../images/prevbtn.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.prevbtn {
	background-position: 0 -28px;
}
a:active.prevbtn {
	background-position: 0 -28px;
}
a.nextbtn {
	display: block;
	width: 7px;
	height: 28px;
	background: url("../images/nextbtn.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.nextbtn {
	background-position: 0 -28px;
}
a:active.nextbtn {
	background-position: 0 -28px;
}
