body, html {
	background-color: black;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
}

a {
color: black;
}

#frame {
	position: relative;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1001px;
	height: 100%;
}

#book {
	width: 1001px;
	height: 521px;
	position: relative;
} 

#repeat {
	background: url(images/bookrepeat.jpg) repeat-y;
	top: 0px;
	margin: 0;
	padding: 0;
	float: left;
	width: 1001px;
	position: relative;
}

#lefthandpage {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 21px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-family: serif;
	position: absolute;
	width: 480px;
	text-align: center;
	z-index: 10;
	top: -280px;
}

#lefthandpage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lefthandpage ul li {
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#lefthandpage ul li a {
	text-decoration: none;
	color: black;
}

html>body #lefthandpage ul li a:hover {
	background-repeat: no-repeat;
	background: url(images/underline.png) no-repeat bottom;
	padding-bottom: 5px;
}

#righthandpage {
	text-transform: none;
	letter-spacing: 0;
	line-height: 18px;
	font-size: 13px;
	position: relative;
	float: left;
	width: 380px;
	margin-right: 75px;
	margin-left: 550px;
	text-align: left;
	margin-top: -420px;	
	z-index: 12;
}

html>body #footer {
	background: url(images/bookbottom.png) no-repeat;
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	height: 95px;
	width: 1001px;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-family: serif;
	text-align: center;
	margin-top: 0px;
}
.article_title {
	margin-bottom: -35px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	font-size: 15px;
}

.subheader weblog_subheader {
	margin-top: -10px;
}

.comments a {
	color: black;
}