html { 
	background: url(../bg2.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	text-align: center;
}
#wrap {
	text-align: justify;
	background: #f6f6cb;
	width: 750px;
	margin: 0 auto;
	height: auto;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
	padding: 10px 20px;
	line-height: 1.3em;
	font-family: 'PT Serif', Cambria, Georgia, serif;
	font-size: 0.95em;
	border: 0px;
}
a, a:active, a:visited {
	color: #910000;
	text-decoration: none;
	border-bottom: 1px solid #910000;
}
a:hover {
	color: #c10000;
	border-bottom: 1px solid #c10000;
}
#header {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px 0;
	margin-bottom: 30px;
	font-size: 1.1em;
}
#header a {
	margin-left: -40px;
}
.footnote p, #wrap div p {
	text-indent: 0;
	font-size: 0.9em;
}
.source {
	text-indent:0px;
	font-size:smaller;
	margin-top:3em;
}
.verse {
	text-indent:0;
	width:auto;
	margin:0 auto;
	display:table;
}
.epigraph {
	margin-left:50%;
	text-indent:0;
	margin-bottom: 2em;
}
h1 {
	font-size: 1.3em;
	font-family: Constantia, Georgia, serif;
	text-align: center;
	color: #6f0e0e;
	margin-top:30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.1em;
	font-family: Constantia, Georgia, serif;
	color: black;
	padding: 0;
	text-align: right;
}
p {
	text-indent: 40px;
}
#fleuron hr {
	background:url(fleuron-bottom.gif) no-repeat top center;
	height:42px;
	border:none !important;
}