#chapterPage
{
	position: relative;
	margin-left: auto;
	margin-right:auto;
	border: thin solid #CCEECC;
	overflow: hidden;
	visibility: visible;
	z-index: 5;
	height: 850px;
	width: 900px;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
	 
#chapterPageTopBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 100px;
	width: 900px;
	top: 0px;
	left: 0px;
	background-image:url(../artifacts/images/backgrounds/pageBordersGeneral/top.jpg);
}

#logoBox {
	/*border: none;*/
	border: thin;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 15;
	height: 100px;
	width: 112px;
	top: 0px;
	left: 0px;
	border-color: #663333;
	background-image: url(../artifacts/images/logos/general.gif);
}

#coverLink{
	position: absolute;
	left: 145px;
	bottom: 2px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	z-index:20;
}

#chapterPageTopBarContentBox {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 15;
	height: 100px;
	width: 788px;
	top: 0px;
	left: 112px;
	right: 5px;
	bottom: 5px;
}

#chapterBar{
  margin-left:100px;
  margin-top:30px;
  font-size: 24px;
  font-style: oblique;
  letter-spacing: 0.1em;
  color:#004000;
  line-height:1;
  font-weight:bold;
}

#chapterPageLeftBar {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 100px;
	left: 0px;
	right:788px;
	bottom: 50px;
	border: none;
	padding: 5px;
	background-image:url(../artifacts/images/backgrounds/pageBordersGeneral/left.jpg);
}

#chapterPageRightBar {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 100;
	left: 788px;
	top: 100px;
	bottom: 50px;
	right: 0px;
	border: none;
	padding: 5px;
	background-image:url(../artifacts/images/backgrounds/pageBordersGeneral/right.jpg);
}

#chapterPageBottomBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 800px;
	left: 0px;
	right:0px;
	bottom:0px;
	padding: 0px;
	background-image:url(../artifacts/images/backgrounds/pageBordersGeneral/bottom.jpg);
}

#chapterPageContentBox {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 15;
	left: 112px;
	top: 100px;
	bottom: 50px;
	right: 112px;
    background-color: #FFFFFF;
	border: none;
	padding: 20px;
}

#copyright{
    /* The id of the div used for the copyright notice, which itself appears in the
       various templates, and hence in all of the content pages. */
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 15;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	text-align: right;
	font-style: oblique;
	font-weight:100;
	color:#87766c;
}
	