html {
	
	background-color: rgb(67, 67, 67);
	
	font-size: 16px;
	color: #BBB;
	text-rendering: optimizeLegibility;

}

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

}

img {
	border: none;
}

a {
	color: rgb(195, 222, 160);
}


.faux_link {

	text-decoration: underline;
	color: rgb(195, 222, 160);
	
	cursor: pointer;

}


h1 {

	margin: 0px 0px 0.5em 0px;
	padding: 0px;

	font-family: "Baskerville", "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	
	color: #EEE;
	
	text-shadow: 1px 1px 1px #222;
	
}

h1 span {
				
	border-bottom: 3px solid rgb(86, 102, 145);

}

h3 {

	color: #EEE;

}

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;  /* For browsers that don't natively recognize the tag */
				
	line-height: 2em;
				
	padding: 0px;
	
	text-align: center;
	
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 0.8em;
					
}

nav a {
	
	padding:0.5em 10px 0.5em 10px;
				
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(100, 100, 100);
	border-right: 1px solid rgb(100, 100, 100);
	
	text-shadow: 1px 1px 1px #000;
	
	cursor: pointer;

}

nav a:first-child {

	border-left: 1px solid rgb(100, 100, 100);

}

nav a {

	text-decoration: none;
	
	color: #DDD;

}

nav a:hover {
	
	background-color: rgb(195, 222, 160);
	
	color: rgb(46, 52, 69);
	
	text-shadow: none;

}



.pagecurl {

	position: absolute;
	top: 0px;
	left: 0px;

}




section {
	
	display: block;  /* For browsers that don't natively recognize the tag */
	
	font-family: /*"Helvetica Neue", */"Arial", "Verdana", sans-serif;
	
	font-weight: lighter;
}

aside {

	display: block;  /* For browsers that don't natively recognize the tag */

	float: right;
	clear: right;
	
	width: 350px;
	
	margin: 0px 0px 10px 25px;
	
	font-family: "Georgia", serif;
	font-size: 1.1em;
				
	color: #DDD;

}

aside h1 {

	color: #E7EE94;

}


.next-page {

	font-family: "Baskerville", "Times New Roman", serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.5em;
	
	color: #EEE;
	
	margin: 0px;
	
	clear: both;
	
}

.next-page a {

	font-style: normal;
	text-decoration: none;

}

.next-page a:hover {

	text-decoration: underline;

}

footer {
	
	display: block;  /* For browsers that don't natively recognize the tag */
	
	clear: both;
	
	font-family: "Gill Sans", "Verdana", sans-serif;
	font-size: 0.75em;
	text-align: center;
	
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(100, 100, 100);

}














.nowrap {
		
	white-space: nowrap;

}


figure {

	display: block; /* For browsers that don't natively recognize the tag */

	width: 320px;

	float: right;
	clear: right;
	
	margin: 10px 0px 10px 40px;

}

figure img {

	width: 100%;

	border: 1px solid #BBB;
			
}

figcaption {

	display: block;  /* For browsers that don't natively recognize the tag */

	font-family: "Gill Sans", "Verdana", "Arial", sans-serif;
	font-size: 0.9em;
	font-style: italic;
				
	color: #FFF;

	text-align: justify;
	
	border-bottom: 1px solid #666;
	
	padding-bottom: 5px;
			
}

figcaption a {

	text-decoration: none;

}

figcaption a:hover {

	text-decoration: underline;

}

figcaption .sessionSuffix {

	white-space: nowrap;
	font-style: normal;

}
