body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #eff3f9;
	margin: 0;
}

.pagecontent {
	margin: 0px;
	padding: 20px;
	display: block;
	height: 400px;
	overflow: visible;
}

#mainbox {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align: top;
}

#leftbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 400px;
	background-image: url(/theme/images/portrait.gif);
	background-repeat: no-repeat;
}

#centerbox {
	margin-left: 200px;
	margin-right: 200px;
	background-image: url(/theme/images/portraitright.gif);
	background-repeat: no-repeat;
}

html>body #centerbox {
	margin-left: 200px;
	margin-right: 200px;
}

#rightbox {
	position: absolute;
	right: 0px;
	top: 20px;
	padding-right: 20px;
	width: 180px;
}

h2 {
	font-size: 22px;
	color: #3c7238;
	margin-bottom: 15px;
	background-image: url(/theme/images/h2back.gif);
	background-position: right;
	background-repeat: repeat-y;
}

h3 {
	font-size: 18px;
	color: #3c7238;
	margin-bottom: 3px;
	padding-bottom: 3px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ffcb60;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

a {
	color: #3c7238;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #fff;
}

.timestamp {
	font-style: italic;
	font-size: 10px;
	color: #3c7238;
	text-align: right;
}

.firstitem {
	margin-top: 0px;
}

.lastitem {
	margin-bottom: 0px;
}

.searchbug {
	text-align: right;
}

#linkcontent li {
	margin-bottom: 15px;
}

#linkcontent li a {
	font-weight: bold;
}

#bookseller {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
}