/* CSS Document */

	
body {
	font-family: palatino,palatino linotype, book antiqua, lucida grande, lucida sans unicode, helvetica, arial;
	font-weight: nomal;
	background-color: #AB280A;
	color: #000000;
	background-image: url(john/lines.jpg);
	}	
	
ul {
	list-style-type: none
	}

a { 
	color: #6b6161;
	text-decoration: none;
	}
	
a:hover { 
	color: #799EAF;
	}
	
a img {
	border: none;
	}
	
#ground {
	width: 800px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	background-color: #F4E489;
	height: 550px;	
	}	
	
#back{
	position: absolute;
	left: 675px;
	top: 520px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
	}
	
#book {
	position: absolute;
	top: 75px;
	left: 100px;
	}

#text {
	position: absolute;
	top: 75px;
	left: 400px;
	font-size: 13px;
	letter-spacing: 1px;
	width: 320px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	
#text a {
	color: #334573;
	text-decoration: underline;
	}
	
#text a:hover {
	color: #1547B2;
	}
	
/* Bibliography */

#groundwide {
	width: 930px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -465px;
	}
	
#textwide {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 930px;
	padding-bottom: 100px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background-color: #F4E489;
	}
	
#innertext {
	position: relative;
	top: 50px;
	left: 100px;
	width: 730px;
	}
	
.title {
	font-size: 24px;
	letter-spacing: 4px;
	}

.header {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 40px;
	padding-top: 20px;
	}
	
.subheader {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 40px;
	}
	
.under {
	text-decoration: none;
	font-style: italic;
	}
	
#backward{
	position: absolute;
	left: 700px;
	top: 55px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
	}
	
#backward a {
	color: #334573;
	text-decoration: underline;
	}
	
#backward a:hover {
	color: #1547B2;
	}