body { background-color: #000; margin: 0; padding: 0; }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	margin: 4px 0 4px 0;
	padding: 0;
}
p.strong {
	font-size: 18px;
	font-weight: normal;
}
p.centerstrong {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
p { text-align: justify; }
p.tab { text-indent: 20px; }
p.center { text-align: center; }
p.caption { text-align: center; font-size: 10px; }
a { 
	color: #930;
	text-decoration: none;
}
a:hover { color: #fff; }

#cover, #book {
	width: 750px;
	height: 595px;
}
#cover { background-image:  url("images/bookcover.jpg"); }
#book  { background-image:  url("images/bookpages.jpg"); }

#clip {
	width: 260px;
	height: 284px;
	background-image:  url("images/clip.jpg");
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	position: relative;
	top: -30px;
	margin: 0 0 -30px 0;
}
#article {
	width: 200px;
	padding: 60px 0 0 0;
}	
	
#title a {
	text-decoration: none;
	background-image: none;
	background-position: 253px 100px;
	background-repeat: no-repeat;
	position: absolute;
	left: 262px;
	top: 54px;
	height: 500px;
	width: 460px;
}
#title a:hover { background-image: url(images/titleglow.jpg); }
#title i { visibility: hidden; }


#page1, #page2  {
	position:absolute;
	top:100px;
	height:400px;
	width:245px;
	z-index:1
}
#page1 { left:140px; 	}
#page2 {
	left:430px;
}

#menu a {
	text-decoration: none;
	position: absolute;
	top: 31px;
	height: 38px;
	width: 88px;
}
#menu a i { visibility: hidden; }
a#credits, a#indicia { top: 531px; }
a#home:hover, a#preface:hover, a#stories:hover, a#gallery:hover, a#forum:hover, a#mementos:hover, 
a#credits:hover, a#indicia:hover { border: none; }
a#home 		{ left: 101px; }
a#preface 	{ left: 221px; }
a#stories 	{ left: 311px; }
a#gallery 	{ left: 431px; }
a#forum 	{ left: 526px; width: 61px; }
a#mementos 	{ left: 591px; width: 98px; }
a#credits 	{ left: 431px; }
a#indicia 	{ left: 591px; }
a#home:hover { background-image: url(images/homeglow.jpg); }
a#preface:hover { background-image: url(images/prefaceglow.jpg); }
a#stories:hover { background-image: url(images/storiesglow.jpg); }
a#gallery:hover { background-image: url(images/galleryglow.jpg); }
a#forum:hover { background-image: url(images/forumglow.jpg); }
a#mementos:hover { background-image: url(images/mementosglow.jpg); }
a#credits:hover { background-image: url(images/creditsglow.jpg); }
a#indicia:hover { background-image: url(images/indiciaglow.jpg); }
.divider hr {
	visibility: hidden;
}
.divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: 57px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#bookpage {
	background-image: url(images/storypage.jpg);
	background-repeat: repeat;
	height: 600px;
	padding: 15px;
}

p.bookpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	margin: 4px 0 4px 0;
	padding: 0;
	text-align: justify;
	text-indent: 20px;	
}

#continue {
	position: absolute;
	left: 225px;
	top: 457px;
}
