/* for navigation pages */
#main {
	background:white url("images/leftbg.png") no-repeat fixed bottom left;
	}
.textbox {
	position:fixed;
	left:15%;
	top:30%;
	text-align:center;
	}
.navigation {
	position:relative;
	right:2em;
	text-align:right;
	}

/* for content pages */
#content {
	background:white url("images/rightbg.png") no-repeat fixed top right;
	}
#heading {
	position:relative;
	right:30em;
	text-align:right;
	}
.heading {
	position:relative;
	right:10em;
	top:0em;
	text-align:right;
	}
.story {
	font-weight:bold;
	float:left;
	text-align:left;
	padding:2em;
	}

/* unknown */
.text {
	position:fixed;
	top:350px;
	left:100px;
	right:30em;
	text-align:left;
	}

/* for all pages */
body {
	margin:0;
	padding:0;
	font-family: Times, Georgia, serif;
	font-size:13px;
	color:#212121;
	text-align:center;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	color: #E44E31;
	font-family: 'Century Gothic', Times, Georgia;
	}
h1 {
	margin: 1.2em 0 0 0;
	font-size:19px;
	font-weight:bold;
	}
h2 {
	font-size:18px;
	}
h3 {
	font-size:17px;
	}
h4 {
	font-size:16px;
	}
h5 {
	font-size:15px;
	text-align:right;
	position:relative;
	right:30em;
	}
h6 {
	font-size:14px;
	text-align:right;
	position:relative;
	right:2em;
	}
a, a:visited, a:active {
	color: #b93529;
	border-bottom:1px dashed #ffac8f;
	text-decoration:none;
	}
a:hover {
	color: #E44E31;
	text-decoration: none;
	border:none;
	}
a.commentary {
	color: #cc3300;
	background: #ffac8f;
	text-decoration: none;
	border: none;
	}
a.undifferentiated {
	color:#212121;
	border:none;
	text-decoration:none;
	}
blockquote {
	margin: 10px 30px 10px 30px;
	padding: 0 10px 0 10px;
	border-left: 2px solid #CCCCCC;
	color:#cc3300;
	}
code {
	font-family: monospace;
	}
.clear {
	clear:both;
	}
#copyright {
	position:absolute;
	bottom:10px;
	left:45%;
	font-size:10px;
	}