/* This design inspired by 'Tranquille' by Dave Shea (CSS Zen Garden); coded by Dana Lynn Driscoll */

/* formatting text */
body {
	font: 11pt/16pt georgia; 
	background: url(images/background.jpg); 
	margin: 0px; 
	}
	
	p { 
	font: 11pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	color: #3b3628;
	}
	
h1 { 
	font: bold 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	margin-top: 10px;
	color: #3b3628;
	}
	
	h2 { 
	font: italic bold 13pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	margin-top: 10px;
	color: #3b3628;
	}
h3 { 
	font: bold 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3b3628;
	}
a:link { 
	font: normal 11pt georgia;
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font: normal 11pt georgia; 
	text-decoration: none; 
	color: #524e33;
	}
a:hover, a:active { 
	font: normal 11pt georgia;
	text-decoration: underline; 
	color: #333333;
	}
cite {
	font: normal 11 pt georgia;
	letter-spacing: 2px;
	color: #333333;
	}
	
/* page layout divs */
div#container { 
	position: relative;
	width: 100%;
	height: 100%;
	}

div#back1 {
	position: absolute;
	background-image: url(images/brownback.jpg); 
	top: 286px;
	left: 158px;
	width: 480px;
	min-height: 780px;
	}

div#title {
	position: absolute;
	top: 0px;
	width: 661px;
	height: 286px;
	left: 42px;
	background-image: url(images/title.jpg);
}
	
div#navigation {
	position: absolute;
	left: 70px;
	top: 340px;
	width: 134px;
	padding-right: 20px;
	background-image: url(images/navmiddle.jpg);
	}
	
div#navigation li {
	list-style: square;
	line-height: 0.6em;
	padding-top: 0.35em;
	padding-right: 0.35em;
	padding-bottom: 0.35em;
	margin-left: 0px;
}
	
div#navimagetop {
	position: absolute;
	left: 70px;
	top: 315px;
	width: 154px;
	height: 30px;
	background-image: url(images/navtop.jpg);
	}
	
div#navimagebottom {
	position: relative;
	left: 70px;
	}
	

div#leftpage {
	position: absolute;
	left: 222px;
	top: 315px;
	width: 21px;
	/*background-image: url(images/pageleftside.jpg);*/
	height: 513px;
	}
	
div#rightpage {
	position: absolute;
	top: 315px;
	left: 683px;
	height: 513px;
	width: 27px;
	/*background-image: url(images/pagerightside.jpg);*/
	}
	
div#textbox {
	position: absolute;
	left: 242px;
	top: 315px;
	width: 461px;
	min-height: 550px;
	padding: 10px;
	background-image: url(images/middle2.jpg);
}