body,h1,h2 {
	background-color: #ffffff;
	color:#666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	margin:0;
	padding:0;
	background-image: url(bookpage.gif);
}

a:link,a:visited {color: #000099;text-decoration:underline;background: transparent;}
a:hover {text-decoration:underline;}
h1,h2,h3 {font-weight:bold;}

p {margin: 0 0 10px 0;}

#container {
	width: 750px;
	margin: auto;
	padding-left: 12px;
	padding-right: 10px;
	background: #FFF;
	background-image: url(bookpage.gif);
	color: #333;
	line-height: 140%;
}

#top {
	height: 60px;
	margin-bottom: 5px;
	background-image: url(logo.gif);
	padding-top: 10px;
	font-size: 15pt;
}

#left {
	float: left;
	width: 170px;
	padding-right: 14px;
}


#left a {

	text-decoration: underline;
	display: block;
	height: 17px;
	padding-left: 3px;
	padding-right: 13px;
	background: #880000;
	color: #FFF;
}

#left a:visited {
	text-decoration: underline;
	/*border-bottom: 1px solid #ccc;*/
	
}

#left a:hover {
	text-decoration: underline;
	display: block;
	background: #999;
	color: #880000;
}

#right {
	padding-right: 10px;
	float: right;
	width: 170px;
	border-bottom: 1px solid #880000;
	text-align:left;
	padding-left: 8px;
}

#content {
	padding-top: 8px;
	margin-left: 175px;
	margin-right: 200px;
	padding-right: 10px;
	max-width: 37em;
	text-align:left;
	padding-left: 10px;
}


#footer {
	margin-top: 8px;
	margin-left: 175px;
	margin-right: 200px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
