body {
	background: url(/images/global/parchmentBG.jpg) repeat;
	font: 80% Arial, Helvetica, sans-serif;
	color: #210;
}
h1 {
	color: #621;
	font: bold 250% Papyrus, fantasy;
	margin: 25px 0px 15px 120px;
}
h2 {
	color: #621;
	font: bold 110% Papyrus, fantasy;
}
p {
	text-indent: 20px;
}
a {
	color: #621;
	text-decoration: underline;
}
a:hover {
	color: #b98;
	background-color: #621;
	text-decoration: none;
}
p.dropcap:first-letter {
	float: left;
	color: #621;
	font-size: 50px;
	font-family: Papyrus, fantasy;
}
.article {
	width: 45%;
	margin: 3px;
	padding: 0px 7px;
	border-right: 1px solid #b98;
	float: left;
}
.content {
	z-index: 90;
}
#cornerPhoto {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#cornerPhoto img {
	z-index: 10;
}
q {
	font-style: italic;
}