body {
	text-align: center;
	background: #fff;
	margin: 0px 0 0px 0;
}

body, pre.excerpt-text {
	font: 15px normal Arial, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}

pre.excerpt-text {
	white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 630px;
}

a { 
	outline: none; 
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.pagediv {
	width: 50%;
	color: #cdcdcd;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clear { clear: both; }

#container {
	margin: 0 auto;
	width: 950px;
}

#header img {
	border: none;
}

#maincontainer {
	margin: 0 auto;
	width: 950px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin: 20px 0 10px 0;
	padding: 10px 0 20px 0;
}

#navigation {
	float: left;
	width: 150px;
	min-height: 595px;
	text-align: left;
	padding: 7px 0 0 0;
	border-right: 1px solid #cdcdcd;
}

#navigation li a {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.other-novels #navigation li a.other-novels, 
.journalism #navigation li a.journalism,
.dear-readers #navigation li a.dear-readers,
.contact #navigation li a.contact,
.news #navigation li a.news,
.etc #navigation li a.etc,
.photos-and-film #navigation li a.photos-and-film,
#navigation li a:hover, #navigation li a.special, .special {
	color: #2574A7;
}

#topnavigation, #bottomnavigation {
	list-style: none;
  margin: 0;
}

#topnavigation {
	padding: 10px 10px 0 8px;
}

#bottomnavigation {
	padding: 10px 5px 8px 13px;
}

#topnavigation li, #bottomnavigation li {
	margin: 0;
	padding: 0;
	height: 20px;
}

#topnavigation li a {
	font-size: 18px;
	padding: 5px 4px 0 5px;
	margin: 10px 0 0 0;
}

#bottomnavigation li a {
	font-size: 16px;
	padding: 2px 2px 0 4px;
	margin: 0;
}

#topnavigation {
	background: url(/images/nav/top.gif) no-repeat;
	width: 191px;
	height: 118px;
}

#bottomnavigation {
	background: url(/images/nav/bottom.gif) no-repeat;
	width: 179px;
	height: 185px;
}

.separator {
	width: 183px;
	height: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#misc {
	background-image: url(/images/nav/misc.gif);
}

#mainbody {
	float: left;
	width: 750px;
	text-align: left;
	padding-left: 20px;
}
#mainbodycenter {
	float: left;
	width: 780px;
	text-align: center;
	padding-left: 10px;
}

#bookcover {
	float: left;
	margin-left: 10px;
}

#bookcover img {
	border: 1px solid #cdcdcd;
}

#bookinformation {
	margin-left: 180px;
}

#pressinfo {
	margin-left: 40px;
	width: 650px;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h1.heading {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
}

h1.bookheading {
	margin-bottom: 10px;
	padding-bottom: 15px;
	color: #2574A7;
	border-bottom: 1px solid #2574A7;
}

.bookinfo {
	float: left;
	text-align: center;
}

.bookinfo a {
	color: #6a6a6a;
	text-decoration: none;
}

.bookinfo a.excerpt {
	font-weight: bold;
	text-decoration: underline;
}

.bookinfo a span.info, .bookinfo a.excerpt {
	display: block;
	margin-top: 7px;
}

.bookinfo a span.info span.year {
	font-style: italic;
}

.bookinfo a:hover {
	text-decoration: underline;
}

.bookinfo a img {
	border: 1px solid #fff;
}

.bookinfo a:hover img {
	border-color: #6a6a6a;
}

.bookinformation a {
	color: #000000;
	text-decoration: none;
}

.bookinformation a.excerpt {
	font-weight: bold;
	text-decoration: underline;
}

.bookinformation a span.info, .bookinfo a.excerpt {
	display: block;
	margin-top: 7px;
}

.bookinformation a span.info span.year {
	font-style: italic;
}

.bookinformation a:hover {
	text-decoration: underline;
}

.bookinformation a img {
	border: 1px solid #fff;
}

.bookinformation a:hover img {
	border-color: #6a6a6a;
}

.bookdesc {
	float: right;
	width: 310px;
}

blockquote {
	margin: 10px 0 0 0;
	padding: 7px 7px 7px 15px;
	background: #f6f6f6 url(/images/quote.gif) 5px 5px no-repeat;
	border: 1px solid #cdcdcd;
	font-style: italic;
	text-align: left;
}

blockquote.small {
	max-width: 400px;
}

blockquote span.credit {
	display: block;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

.imagelist {
	text-align: center;
	margin: 15px 0 5px 0;
}

.imagelist a img {
	border: 1px solid #cdcdcd;
	padding: 5px;
	margin: 3px;
}

.imagelist a:hover img {
	background: #4aa6e0;
}

.newsbox {
	margin-bottom: 35px;
}

.newsbox .daterow {
	padding-bottom: 7px;
	color: #000;
	font-style: italic;
	border-bottom: 1px solid #cdcdcd;
	display: block;
}

.newsbox .text {
	padding-top: 6px;
}



#footer {
  color: #666;
  font-size: 10px;
  text-align: right;
  padding-right: 17px;
}

#footer a {
  color: #666;
  text-decoration: underline;
  font-style: bold;
}

#footer a:hover {
  color: #000;
  text-decoration: underline;
}