body {
	background-color: #330000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.section {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #CC0000;
	text-align: center;
	text-transform: lowercase;
}

.title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #990000;
	line-height: 30px;
	font-weight: bold;
	font-variant: small-caps;
}

.subtitle {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #660000;
	font-variant: small-caps;
}

.asterisk {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #660000;
	text-align: center;
}

.epigraph {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: lighter;
}

.epigraphprose {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: lighter;
	text-align:justify;
}

.footnotes {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: lighter;
}

.small {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
}

.notes {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.contrib {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	color: #330000;
	line-height: 17px;
}

.bio {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.navtitle {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #330000;
	text-decoration: none;
}

.story {
	text-align:justify;
}

.works {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	line-height: 23px;
}

.author {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #330000;
	text-decoration: none;
	font-style: italic;
}

.fibitz {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	letter-spacing: .1em;
	line-height: normal;
}

a {
	color: #660000;
	text-decoration: none;
}
a:visited  {color: #666666 }
a:hover { color: #FF0000 }
a:active { color: #FF6666 }

#outer {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	background-color: #330000;
}
#header {
	background-color: #999999;
	height: 100px;
	width: 772px;
	top: 15px;
	padding-right: 8px;
	position: relative;
	z-index: 2;
}
#season {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	position:absolute;
	width:180px;
	height:30px;
	z-index:1;
	top: 67px;
	left: 590px;
}
#pagebar {
	float: left;
	height: 30px;
	width: 656px;
	top: 23px;
	background-color: #CC0000;
	margin: 0 0 0 8px;
	padding-left: 8px;
	border-bottom: 8px solid #330000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 21px;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight: lighter;
	position: relative;
	z-index: 2;
}
#issue {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	color: #660000;
	text-align: right;
	text-transform: capitalize;
	position:absolute;
	width:264px;
	height:28px;
	z-index:1;
	left: 390px;
	top: 1px;
}
#navbar {
	float: left;
	width: 100px;
	top: 23px;
	padding-left: 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #330000;
	text-decoration: none;
	line-height: 21px;
	position: relative;
	z-index: 1;
	background-color: #999999;
}
#content {
	float: left;
	width: 629px;
	padding-right: 15px;
	padding-left: 20px;
	margin: 38px 0 0 8px;
	background: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	z-index: 1;
}
#left {
	position: absolute;
	bottom: 23px;
	width: 108px;
	height: 100%;
	background: #999999;
	top: 123px;
}
#right {
	position: absolute;
	bottom: 23px;
	left: 116px;
	width: 664px;
	height: 100%;
	background: #CCCCCC;
	top: 123px;
}