html {
	background-color: #DDD;
	font-size: 16px;
	color: #222;
	text-rendering: optimizeLegibility;
}

body {
	width: 825px;
	margin: 0px auto 0px auto;
	padding-bottom: 15px;
}

img {
	border: none;
}

a {
	color: #160;
}
.faux_link {
	text-decoration: underline;
	color: #160;
	cursor: pointer;
}

h1 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-family: serif;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	color: #000;
}
h3 {
	color: #000;
}

p {
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
	line-height: 1.3em;
}

header {
	display: block; /* For browsers that don't natively recognize the tag */
	padding-bottom: 15px;
}

nav {
	display: block;
	line-height: 2em;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.8em;
}
nav a {
	padding:0.5em 10px 0.5em 10px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	cursor: pointer;
}
nav a:first-child {
	border-left: 1px solid #555;
}
nav a {
	text-decoration: none;
	color: #222;
}
nav a:hover {
	background-color: #6D6;
	color: #000;
}

.pagecurl {
	position: absolute;
	top: 0px;
	left: 0px;
}

section {
	display: block;
	font-family: sans-serif;
}

aside {
	display: block;
	float: right;
	clear: right;
	width: 350px;
	margin: 0px 0px 10px 25px;
	font-family: serif;
	font-size: 1.1em;
	color: #111;
}
aside h1 {
	color: #11F;
}

.next-page {
	font-family: serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	clear: both;
}
.next-page a {
	font-style: normal;
	text-decoration: none;
}
.next-page a:hover {
	text-decoration: underline;
}

footer {
	display: block;
	clear: both;
	font-family: sans-serif;
	font-size: 0.75em;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.nowrap {
	white-space: nowrap;
}

figure {
	display: block;
	width: 320px;
	float: right;
	clear: right;
	margin: 10px 0px 10px 40px;
}
figure img {
	width: 100%;
	border: 1px solid #444;
}

figcaption {
	display: block;
	font-family: sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #000;
	text-align: justify;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
figcaption a {
	text-decoration: none;
}
figcaption a:hover {
	text-decoration: underline;
}
figcaption .sessionSuffix {
	white-space: nowrap;
	font-style: normal;
}
