html, body {
	font-family: "book antiqua", garamond, "times new roman", times, roman, serif;
	font-size: 100%;
	background: #445463;	/*#ddedfc;*/
   color: #00526B;
   color: black;
   text-align: center;
	padding: 0px;
}

a {
	outline: none;
}

.main {
	width: 800px;
/*	border: solid black 4px;*/
}

.menu {
	float: left;
	width: 192px;
	height: 640px;
	background: transparent url("pix/spine.jpg") repeat-y;
	color: #e6a715;
	font-family: "monotype corsiva", "book antiqua", garamond, "times new roman", times, roman, serif;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
/*	border: solid yellow 4px;*/
}
.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	list-style-type: none;
}
.menu a {
	color: #e6a715;
	text-decoration: none;
	outline: none;
	padding: 4px;
}
.menu a:hover {
	color: yellow;
}
.menu a:visited a:active {
	color: #e6a715;
}
.menu hr {
	width: 80%;
	color:#e6a715;
	background-color: #e6a715;
}

.pagetop {
	width: 800px;
	height: 100px;
	background: transparent url("pix/page_top.jpg") no-repeat;
	padding: 0px;
/*	border: solid red 4px;*/
}
.pageframe {
	width: 800px;
	height: 640px;
	background: transparent url("pix/page_bg.jpg") repeat-y;
/*	border: solid gray 1px;
	border-width: 1px 1px 1px 0px;*/
	padding: 0px;
}
.pagecontent {
	margin: 0px 36px 0px 240px;
}
.pagetitle {
	float: left;
	color: #a91d32;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}
.pagetitle div.hr {
	text-align: left;
	width: 480px;
	height: 2px;
	background-color: #a91d32;
	color: #a91d32;
}
div.hr hr {
	display: none;
}
.pagetext {
	float: left;
	text-align: justify;
/*	font-size: 90%;*/
	width: 480px;
/*	border: solid red 4px;*/
}
.pagetext img {
	float: left;
	margin: 0px 12px 6px 0px;
	border: solid black 1px;
}
.pagetext .storytitle {
	font-family: "monotype corsiva", "book antiqua", garamond, "times new roman", times, roman, serif;
	font-size: 120%;
	font-style: italic;
}
.pagetext a {
	color: #55f;
	font-style: italic;
	text-decoration: none;
}
.pagetext a:hover {
	text-decoration: underline;
}
.pagetext li {
	text-align: left;
}
.pagetext .firstpara {
	vertical-align: top;
}
.pagetext .opening {
	font-variant: small-caps;
}
.pagetext .firstpara:first-letter {
/*	font-family: "monotype corsiva", "book antiqua", garamond, "times new roman", times, roman, serif;
	font-size: 300%;
  	font-weight: bold;
  	float: left;
	vertical-align: text-top;
  	padding: 0px 12px 0px 0px;
	line-height: 100%; */
}

.pagebottom {
	width: 800px;
	height: 100px;
	background: transparent url("pix/page_bottom.jpg") no-repeat;
	padding: 0px 0px 0px 96px;
	text-align: center;
/*	border: solid red 4px;*/
}

