@charset "utf-8";
header {
	background-color: #C5BFC0;
	padding: 10px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	color: #FFFFFF;
}
#page-content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-top: 8px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
nav {
    width: 200px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: right;
    margin-top: 50px;
}
#main-copy {
	width: 500px;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 50px;
	float: left;
	background-color: #Ffffff;
}
#sidebar {
	width: 290px;
	min-height: 200px;
	float: right;
	background-image: url(images/parchment.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-size: cover;
	background-attachment: fixed;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	background-color: #8B8A8A;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	font-size: 30px;
}
figure {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
figcaption {
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
}
#main-copy fiigure img {
	width: 300px;
	height: auto;
}
#sidebar p {
	text-align: center;
}
#sidebar h2 {
	padding-bottom: 10px;
	text-align: center;
	border-bottom: thin solid #000000;
}
nav p {
	margin-top: 20px;
	font-size: 20px;
	text-align: right;
}






h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 24px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 400;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
    color: #800020;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	color: #955712;
}
