/* CSS Document */

body {background-image:url(images/bkgnd-tile.jpg); background-repeat:repeat; margin-top:0px;
}

#shell {
	width: 820px;
	height: 846px;
	position: relative;
	margin: auto;
	}

.share-button {
	width: 140px;
	height: 21px;
	top: 10px;
	left: 10px;
	position:absolute;
	}

.left-shadow {
	width: 10px;
	height: 800px;
	position:absolute;
	top:33px;
	background-image:url(images/bkgnd-left.jpg); background-repeat: no-repeat;
	}
	
.history-left-shadow {
	width: 10px;
	height: 1200px;
	position:absolute;
	top:33px;
	background-image:url(images/bkgnd-left.jpg); background-repeat: no-repeat;
	}	
	
.right-shadow {
	width: 10px;
	height: 800px;
	position:absolute;
	top: 33px;
	left: 810px;
	background-image:url(images/bkgnd-right.jpg); background-repeat: no-repeat;
	}	
	
.history-right-shadow {
	width: 10px;
	height: 1200px;
	position:absolute;
	top: 33px;
	left: 810px;
	background-image:url(images/bkgnd-right.jpg); background-repeat: no-repeat;
	}	

#content-box {
	width: 800px;
	height: 800px;
	position:absolute;
	left:10px;
	top: 33px;
	background-color:#FFFFFF;
	text-align: justify;
	}	

#history-content-box {
	width: 800px;
	height: 1200px;
	position:absolute;
	left:10px;
	top: 33px;
	background-color:#FFFFFF;
	text-align: justify;
	}
	
	
.top-nav {
	width: 800px;
	height: 25px;
	position:absolute;
	}	
	
.logo-header {
	width: 800px;
	height: 70px;
	top: 25px;
	position:absolute;
	vertical-align: top;
	}	
	
.title-homeapge {
	width: 666px;
	height: 33px;
	left: 67px;
	top: 133px;
	position:absolute;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:28px;
	color:#666666;
	}	
	
.home-bookcover {
	width: 252px;
	height: 380px;
	left: 67px;
	top: 194px;
	position:absolute;
	}
	
.up-link {
	width: 255px;
	height: 80px;
	left: 67px;
	top: 590px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	line-height:1.4;
	color:#333333;
	position: absolute;
	}	

.home-textbox {
	width: 385px;
	height: 465px;
	left: 348px;
	top: 194px;
	position:absolute;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#333333;
	line-height:1.4;
	}		
	
.pages-textbox {
	width: 515px;
	height: 450px;
	left: 218px;
	top: 194px;
	position:absolute;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11.5px;
	color:#333333;
	line-height:1.3;
	}	
	
.history-pages-textbox {
	width: 515px;
	height: 920px;
	left: 218px;
	top: 194px;
	position:absolute;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11.5px;
	color:#333333;
	line-height:1.3;
	}		
	
.history-pages-textbox a:link {
	color:#f7941d;
	text-decoration:none;
	font-weight: bold;
	}	
	
.history-pages-textbox a:visited {
	color:#999999;
	text-decoration:none;
	}	

.history-pages-textbox a:hover {
	color:#f7941d;
	text-decoration:none;
	}	
	
.history-pages-textbox a:active {
	color:#f7941d;
	text-decoration:none;
	}	
	
	
.pages-bookcover {
	width: 132px;
	height: 369px;
	left: 67px;
	top: 194px;
	position:absolute;
	background-image: url(images/3D-book.jpg); background-position:top;
	}	
	
.page-numbers {
	width: 340px;
	height: 10px;
	right: 68px;
	bottom: 57px;
	position:absolute;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	color:#333333;
	text-align: right;
	}	
	
.title-continued {
	font:Georgia, Times New Roman, Times, serif;
	color:#666666;
	font-size:12px;
	}	
	
.page-numbers a:link {
	color:#f7941d;
	text-decoration:none;
	font-weight: bold;
	}	
	
.page-numbers a:visited {
	color:#999999;
	text-decoration:none;
	}	

.page-numbers a:hover {
	color:#f7941d;
	text-decoration:none;
	}	
	
.page-numbers a:active {
	color:#f7941d;
	text-decoration:none;
	}		
	
#footer {
	width: 800px;
	height: 37px;
	top: 796px;
	left: 10px;
	position:absolute;
	}	
	
#history-footer {
	width: 800px;
	height: 37px;
	top: 1196px;
	left: 10px;
	position:absolute;
	}		
	
.btm-shadow {
	width: 820px;
	height: 13px;
	top: 833px;
	position:absolute;
	background-image:url(images/btm-shadow.jpg); background-repeat:no-repeat;
	}	
	
.history-btm-shadow {
	width: 820px;
	height: 13px;
	top: 1233px;
	position:absolute;
	background-image:url(images/btm-shadow.jpg); background-repeat:no-repeat;
	}	