/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





::-moz-selection { 
    color: #000;
    background: #CCC;
}

::selection {
    color: #000; 
    background: #CCC;
}



.chapterheading{
	font-size: 1.5em;
	font-family: 'Goudy Bookletter 1911', serif;
	}

header {font-family: 'Goudy Bookletter 1911', serif;
		text-align:center;}

.title {display:block;margin:140px auto 100px auto; width:254px;}

header img.pop{margin:110px auto 70px auto;}

nav.buttons{width:700px;}
nav{	font-size:1.5em;
		text-align:center;
		margin:40px auto 40px auto;}
nav ul li{display:inline;}
 a{color:#000;}
 a:hover{color:#555;}

#chapter {	width: 600px;
			height: 103px;
			/*background: url("pageimg/Chapter.png");*/
			margin: 20px auto 40px auto;
			font-family: 'Goudy Bookletter 1911', serif;
			padding:20px 40px 20px 40px;
			text-align:center;
			}
			
#chapter h1{font-size:4em;}
#chapter h1 img{margin-bottom:-14px;}
#chapter h2{font-size:2em;}
#chapter h2 img{margin-bottom:-19px;}
#chapter h3{
	color:#8C8C8C;
	font-size:1em;
	margin-top:7px;}

em { font-style: italic;}
article p{width:459px;
			padding:11px, 22px;
			margin: 0 auto;
			font-size:1em;
			line-height:2em;
			font-family:Verdana, Geneva, sans-serif;
			text-indent:30px;}
article img{max-width:800px;
			display:block;
			margin: 30px auto;}
			
#endmessage{
			font-size:1.3em;
			line-height:1.3em;
			width:340px;
			padding:15px, 22px;
			margin: 100px auto;			
			text-align: center;
}

#endmessage a{color:#18A1DD;
}
#endmessage a:visited,#endmessage a:hover{color:#0080B8;}
			
.topper{display: block; width:113px; margin:313px auto 63px auto;}
			
footer{		font-family: 'Goudy Bookletter 1911', serif;
			text-align:center;
			margin:120px}
footer img{	margin:40px 0 40px 0;
			}
footer ul{	width:155px
			text-align:left;
			margin-bottom:10px;}
						
footer. nav{	font-size:0.6em;
				text-align:center;
				margin:40px auto 40px auto;}
}