body {
	background-color: black;
	color: black;
	margin: 0px
	height: 100%;
	}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	/*border: 1px solid red;*/
	background-image: url('images/bg-book.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: -372px;
	position: absolute;
	top: -266px;
	left: 50%;
	width: 744px;
	height: 532px;
	visibility: visible
	padding: 0px;
	}
	
#bottom {
margin-top: 266px;
}

#mp3player {
	position: absolute;
	/*border: 1px solid green;*/
	bottom: 30px;
	right: 50px;
	width: 290px;
}

#leftpage {
	position: absolute;
	/*border: 1px solid green;*/
	top: 50px;
	left: 55px;
	width: 290px;
}

#rightpage {
	/*border: 1px solid blue;*/
	position: absolute;
	top: 50px;
	right: 45px;	
	width: 290px;
}

.head1 {
margin-top: 15px;
font-size: 18pt;
}

.head2 {
margin-top: 15px;
font-size: 13pt;
}

.head3 {
margin-top: 8px;
font-size: 10pt;
}

a {
color: black;
text-decoration: none;
}

a:hover {
color: #666600;
text-decoration: none;
}

a.toclink {
color: #ffcc66;
text-decoration: underline;
font-size: 9pt;
}

a.toclink:hover {
color: #666600;
text-decoration: underline;
}


.text p {
	text-align: left;
margin:0;
padding-top: .8em;
padding-bottom: .1em;
	padding-right: 10px;
	line-height: 1.2em;
	font-family: Times New Roman, Serif;
	font-size: 9pt;
}

img.inline {
	border: 1px solid black;
	padding: 3px;
}

/*.firstletter {
	float: left;
 	margin-top: 0.15em;
	margin-right: 2px;
	margin-bottom: -10px;
 	color: black;
 	font-size: 24pt;
 	height: 1em;
} */
 
