body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(design_images/BG-mountains.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 320px;
	font-size: 9pt;
}
h1 {
	font-size: 13pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}
h4 {
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;	
}
div#toplinks {
/* The book and logo links in the top */
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
/*	border: 1px solid red; */ /* debug */
}
div#chaptermenu {
	position: absolute;
	top: 30px;
	left: 30px;
/*	border: 1px solid purple; */ /* debug */
}
div#logo {
	position: absolute;
	top: 15px;
	left: 590px;
/*	border: 1px solid orange; */ /* debug */
}
div#logo img {
	padding: 0;
	border: 0;
	width: 34px;
	height: 40px;
}
div#booklink {
	position: absolute;
	top: 100px;
	left: 440px;
/*	border: 1px solid fuscia; */ /* debug */
}
div#booklink img {
	border: 0;
	height: 120px;
	width: 200px;
}
div#bodytext {
/* The main text of the page */
	position: absolute;
	top: 245px;
	left:210px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 525px;
	padding-right: 210px; /* fitting the whole trees BG in */
	background-image: url(design_images/BG-trees.png) !important;
	background-image: url(design_images/BG-trees.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 360px; /* IE-Win doesn't understand this, of course. */
	_height: 360px; /* Underscore hack to get min-height in IE/Win 6 */
/*	border: 1px solid yellow; */ /* debug */
}
div#bodytext div.caption {
	font-size: 8pt;
	padding-left: 45px;
	padding-right: 45px;
	/*text-align: center;*/
}
div#bodytext img {
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	/*margin: auto;*/
	border: 0;
}
div#bodytext div.quote_cite {
	text-align: right;
	margin: 1em 40px;
}
div#leftnav {
	/* The navigation column on the left */
	position: absolute;
	color: #325751;
	font-size: 9pt;
	top: 245px;
	left: 20px;
	width: 140px;
	font-variant: small-caps;
/*	border: 1px solid blue; */ /* debug */
}
a, a:link, a:visited, a:hover, a:active {
	color: #325751;
}
/* Commented out for now... revisit later.
div#bodytext a:link, div#bodytext a:visited {
	color: #3366cc;
}
*/
div#leftnav ul {
	padding-left: 0px;
	font-size: 8pt;
}
div#leftnav li {
	margin-bottom: 5px;
}
.art_label {
	font-size: 8pt;
	color: #333;
	font-style: italic;
}
