img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#fff;
	text-align:left;
	font-size:95%;
	color: #333;
	line-height:1.2em;
	font-family:Georgia, 'Times New Roman' serif;
	}

blockquote {
	border-left:5px #999 solid;
	margin:18px 10%;
	padding:15px;
	background:#efefef;
	}
	
#header {
	width:100%;
	height:148px;
	background:#fff url('../images/bg-header.png') repeat-x;
	margin-top:11px;
	}

	
	
#nav {
	width:137px;
	float:left;
	margin:0 auto;
	position:relative;
	left:0;
	}

#nav li {
	padding:8px 5px 7px 0px;
	}

	
#content {
	position:absolute;
	left:137px;
	padding:0 10px 15px 10px;
	margin:0 auto;
	width:auto;
	min-width:660px;
	border-left:1px #aaa solid;
	border-bottom:42px #ccc solid;
	}

#content li {
	padding:12px 5px;
	}
	
#jump {
	position:relative;
	top:0px;
	right:10px;
	float:right;
	height:24px;
	}
	
#footer {
	width:95px;
	border-top:2px #999 solid;
	border-left:2px #999 solid;
	border-right:2px #999 solid;
	padding:5px 10px;
	margin:0px auto;
	position:fixed;
	bottom:0;
	left:10px;
	background:#ccc;
	}

#hd_title {
	position:absolute;
	top:69px;
	right:16px;
	z-index:1;
	}
	
#hd_byline {
	position:absolute;
	top:110px;
	right:90px;
	z-index:1;
	}

#hd_left {
	position:absolute;
	top:11px;
	left:0px;
	background:url('/images/anguish.png') no-repeat;
	height:137px;
	width:356px;
	}
	
#hd_right {
	position:absolute;
	top:11px;
	right:0px;
	background:url('/images/burned.png') no-repeat;
	height:137px;
	width:456px;
	z-index:0;
	}
	
#button {
	position:absolute;
	top:40px;
	left:40px;
	z-index:1;
	}


.nav_chapters {
	list-style:none;
	padding:0 10px;
	margin:10px auto 0;
	font-size:83%;
	line-height:1.1em;
	}

	
.footer {
	font-family: Georgia, 'Times New Roman';
	font-size:77%;
	line-height:1.33em;
	}

.jump {
	text-transform:uppercase;
	font-size:75%;
	}

h1 {
	font-family: Georgia, 'Times New Roman', Rockwell;
	font-size:133%;
	font-weight:bold;
	text-transform:uppercase;
	color: #000;
	}
	
h2 {
	font-family: Georgia, 'Times New Roman', Rockwell;
	font-size:110%;
	font-weight:bold;
	color: #333;
	}


.dropcap {
	float:left;
	color:#333;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	padding-right:4px;
	font-family: Georgia, serif;
	}
	

.nav a:visited {
	color:#666;
	}


.small {
	font-size: smaller;
	font-family: Georgia, Times, serif;
	}

.large {
	font-size: 125%;
	line-height:1.5em;
	font-family: Georgia, Times, serif;
	color:#000;
	}

.form {
	font-family: Georgia, Times, serif;
	font-size:14px;
	font-weight: bold;
	color:#c63;
	}

.alert {
	font-family: Georgia, Times, serif;
	font-size:11px;
	font-weight: bold;
	color:#c63;
	}

.form_body {
	background:#dfdfdf;
	margin:0;
	padding:10px 20px;
	}
	
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#36c;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#36c;
	}

a:visited {
	text-decoration: none;
	color:#36c;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

