body {
	font-family: "Gentium Basic", serif;
	font-size: 12px;
	color: #3c3d3d;
	background-image: url(../bkgd.jpg);
	width: 100%;
	margin: 0;
	text-align: left;
}
div.title {
	position:fixed;
	width:100%;
 	height:27px;
 	padding-top: 23px;
 	text-align: center;
	z-index: 10;
	background-color: #406080;
	overflow: hidden;
	color: white;
	font: 32px "Courier New", Courier, mono;
	border-bottom: 5px solid white;
}
div.container {
	position:absolute;
	top: 0px;
	left: 50%;
	width:600px;
	height: 100%;
	margin-top:80px;
	margin-left:-300px;
	margin-bottom: 100px;
	font-size: 14px;
	line-height: 20px;
}

div.footnotes
 {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	border-top: 1px solid gray;
	overflow: hidden;
	background-color: #f5f5f5;
	color: white;
}

div.link {
	position: relative;
	top: 0px;
	left: 0px;
}

/* @group footnotes */

div.floatleft {
	width: auto;
	height: auto;
	float: left;
}

div.ft-title {
	position:relative;
	width:100%;
 	height:100px;
 	text-align: center;
 	background-image: url(../bkgd.jpg);
	z-index: 10;
}

div.footnoteholder {
	position: relative;
	width: 600px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: silver;
}

div.number {
	position:relative;
	top:10px;
	left:0px;
	width:20px;
	height: 30px;
	line-height: 30px;
}
div.text {
	position:relative;
	top:-10px;
	left:30px;
	width:570px;
}

div.text img  {
	position: relative;
	float: left;
	margin-right: 10px;
}



/* @end */

a:link, a:active, a:hover, a:visited {
	color: green;
	text-decoration: none;
	font-size: 21px;
	line-height: 50px;
}

.container a:link, .container a:active, .container a:hover, .container a:visited {
	color: green;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

.text a:link, .text a:active, .text a:hover, .text a:visited {
	color: silver;
	text-decoration: underline;
	font-size: 12px;
	line-height: 12px;
}

div.essay {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -300px;
	color: #494949;
	background-image: url(../bkgd.jpg);
	width: 600px;
	text-align: left;
}

#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:100%;
	background-color: #406080;
	position: fixed;
	height:100px;
	bottom: 60px;
	left: 0px;
	border-top: 5px solid white;
}

.imageholder {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -148px;
	margin-top: -175px;
	width: 296px;
	height: 355px;
	font-size: 21px;
}

.introText {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	padding-bottom: 100px;
	font-size: 21px;
	font-style: italic;
}









