#wrapper_tall_book{
	position: relative;
	text-align: left;
	border: 3px solid #A69D8C;
	width: 910px;
	height: 1240px;
	margin: 6px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #554D38;
	background: #76744B;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
#header {
	position: absolute;
	top: 50px;
	right: -1%;
	left: 1%;
	background-color: #BDB4A5;	
	width: 102%;
	height: 20px;		
}
#vertical_bar {
	position:absolute;
	width: 30px;
	height: 100%;
	background: #B0A798;
}
#wrapper_tall_book  #content{
	position: absolute;
	margin-top: 45px;
	margin-bottom: 20px;
	left: 20px;
	top: 70px;
	width: 860px;
}
#wrapper_tall_book  #vertical_bar  #content #book {
	float: left;
	width: 790px;
	border-right: ridge 4px #554D38;
	border-bottom: ridge 4px #554D38;
	background-color:#FFFFFF;
	padding: 30px;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
	color: #554D38;
}
#footer {
	position: absolute;
	bottom: 50px;
	right: -1%;
	left: 1%;
	background-color: #BDB4A5;	
	width: 102%;
	font-weight: 400;
	height: 20px;
}

#toc{
	background-image: url(../images/book/bhc_bgimage.jpg);
	width: 800px;
}
em{
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em
}
p {
	text-indent: 25px;
	margin-top: 20px;
	text-align:left;
}
#chapter_one href {
	color: blue;
}
.footnote {
    display:none;
	margin-top: 40px;
	clear: both;
	font-size: .80em;
	font-weight: bold;
	font-style: italic;
	color:black;
	border-top: 1px solid #A69D8C;
}
.footnote em{
	font-weight: normal;
}

sup {
	font-size: .75em;
}
.diary {
	background-color: #FFFEE9;
	background-image:url(../images/book/diary.gif);
	background-repeat:no-repeat;
	padding: 20px 60px;
	font-family: "Times New Roman", Georgia, Sans-serif;
	font-style: normal;
	font-size: .85em;
	color: #534B34;
}
.diary em {
	font-weight: bold;
}
.letter {
	background-color: #FFFEE9;
	background-image:url(../images/book/letter.gif);
	background-repeat:no-repeat;
	padding: 20px 60px;
	font-family: "Times New Roman", Georgia, Sans-serif;
	font-size: .85em;
	color: #534B34;
}
.letter em {
	font-weight: bold;
}
h1{
	text-align:center;
	margin-bottom: 40px;
}
h2{
	text-align:center;
	margin-bottom: 20px;
}
h3{
	text-align:center;
	margin-bottom: 20px;
	font-style: oblique;
}	
h4{
	text-align:center;
	margin-bottom: 10px;
	margin-top: 50px;
	font-style: oblique;
}	
h5{	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: oblique;
}
.left  /*In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected*/ {
	float:left;
	margin:5px 7px 5px 0px;
	text-align:center;
	display:inline;
}

.right /*In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected*/{
	float: right;
	margin: 5px 0px 5px 7px;
	text-align: center;
	display:inline;
}
.center{
	margin:20px auto;
	text-align:center;
	padding:0px 20px;
}
.caption{
	font-size:.75em;
	font-weight: bold;
	font-style: italic;
	color: black;
}
.caption em {
	/*Use for credits of photos*/
	font-weight: 100;
}
a {text-decoration:none;}