body {
	font: 1.0em;
	background-image: url("parchment_edge.png");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #d7d0c2;
	color: #000;
	}

div#header {
	margin:20px 20% 100px 15%;
	height: 300px;
	display: block;
	clear: both;
	}

div#links {
	position: absolute;
	left: 2%;
	right: 88%;
	top: 300px;
	width: 12%;
	height: 400px;
	clear: right;
	}

div#links a.pointer {
	display: block;
	text-align: left;
	padding: 3px 3px;
	border-width: 0;
	text-decoration: none;
	border: 2px saddlebrown ridge;
	font-family: "JWRoman", "FinalRoman Medium", fantasy, cursive;
	font-size: 1.1em;
	}

div#links a.pointer:hover {
	color: #800;
	background-color: #ddc;
	border: 2px saddlebrown ridge;
	}

div#links a.pointer span {
	display: none;
	}

div#links a.pointer:hover span {
	display: block;
	position: absolute;
	top: -100px;
	z-index: 100;
	color: saddlebrown;
	text-style: italic;
	text-align: left;
	font-family: "JWRoman", "FinalRoman Medium", fantasy, cursive;
   }

div#content {
	position: absolute;
	top: 300px; bottom: 50px; left: 16%; right: 20%;
	padding:0px;
	}

h1, h2, h3, h4, h5 {
	color: #300;
	font-family: "JWRoman", "FinalRoman Medium", fantasy, cursive;
	top: 0.2em; bottom: 0.5em;
	}

h1 {
	font-size: 3.0em;
	}

h2 {
	margin-top: 10px;	
	border-top: 2px solid saddlebrown;
	padding-top: 15px;
	}

h3 {
	top: 0em;
	bottom: 0em;
	}

p {
	margin-top: 1.0em;
	margin-bottom: 0.25em;
	}

img {
	border: 0;
	display: block;
	}

img.sectionillo {
	float: right;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

ul li {
	margin: 0.5em 0em 0.25em 0em;
	}

#circlist {
	list-style-type: circle;
	}

#circlist li {
	background-image: none;
	margin: 0.25em 0em 0em 0em;	
	}

#numlist {
	list-style-type: decimal;
	}

#numlist li {
	background-image: none;
	}

.nav  {
	right: 175px;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 50px;
	clear: both; 
	}

div.setout {
	font-size: 0.9em;
	padding-left: 50%;
	margin: 0.5em; 
	width: 45%;
	float: right;
	clear: right;
	padding: 0.5em;
	border: 1px solid saddlebrown;
	background-color: #ddc;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
	}

a {
	color:#600;
	text-decoration: none;
	font-weight:600;
	}

a:link {
	color: #800;
	}

a:visited {
	color: #500;
	}

a:hover, a:active {
	color: saddlebrown;
	}

