body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	background-color:#000000;
	color:#CFA023; 
}

h1 {
	font-size: 16px;
	color: EFCE7D;
	line-height: 50%;
	}

td {
	font-family: Georgia, Times New Roman, serif;
}

th {
	font-family: Georgia, Times New Roman, serif;
}

a {
	color:#8E4208;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color:#8E4208;
	font-weight: bold;
	text-decoration: underline;
}

.container {
	width: 1024px
	height: auto;
	}
	
.image-and-text {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
.imagecenter {
	margin: 10px auto 10px auto;
	text-align: center;
	}
	
.imageright {
	position: relative;
	width: 48%;
	float: right;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
.imageleft {
	position: relative;
	width: 48%;
	float: left;
	text-align: right;
	margin: 10px 0 10px 0;
	}
	
.story-text-center {
	width: 500px;
	margin: 20px auto 10px auto;
	text-align: left
	font-family: "Palatino Linotype",Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 150%;
	color: #EFCE7D;
	padding: 3px;
	}

.story-text-left {
	position: relative;
	float: left;
	width: 48%;
	margin: 20px 0 10px 20px;
	text-align: left;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #EFCE7D;
	}
	
.story-text-right {
	position: relative;
	float: right;
	width: 48%;
	margin: 20px 0 10px 20px;
	text-align: left;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #EFCE7D;
	}
	
.clearer {
	clear:both
	}
	
.hand-nav {
	margin: 10px auto 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}
	
.bottom {
	background-color:#D0A024;
	}
	
.chapter-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	

.footer {
	font-size: 12px;
	color:#000000;
	text-align: center;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	}
	

/* css for rounded corner boxes, from: http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

.bl {background: url(images/bl.gif) 0 100% no-repeat #DBBB72;}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1px; height: 1px}

/* end rounded corner css */

