body {
	text-align: center;
	font-family: "Book Antiqua", "Georgia", serif;
}	

hr {
	margin-top: 2em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid Gray;
	height: 1px;
	#margin: 0;
}

img {
	border-width: 0;
}

img#foldtopright, img.foldtopright {
	position: absolute;
	right: -2px;
	top: -1px;
}

img#foldbottomleft, img.foldbottomleft {
	position: absolute;
	left: -1px;
	bottom: -4px;
	#bottom: -5px;
}

div#foldtopright, div.foldtopright {
	width: 100px;
	height: 98px;
	background-image: url("fold-top-right.png");
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	top: -1px;
}

div#foldbottomleft, div.foldbottomleft {
	width: 400px;
	height: 53px;
	background-image: url("fold-bottom-left.png");
	background-repeat: no-repeat;
	position: absolute;
	left: -1px;
	bottom: -4px;
	#bottom: -5px;
}

div#parchment, div.parchment {
	text-align: left;
	margin: 1em auto 1em auto;
	padding: 2em 3em 4em 3em;
	border: 1px solid Gray;
	background-color: #fffefb;
	position: relative;
	width: 40em;
	#width: 46.5em;
}
