@charset "utf-8";
header {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	width: 930px
}
footer {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    color: #FFFFFF;
}
#page-content {
    width: 950px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px
    border-top: 8px solid #54210F;
}

nav {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    width: 200px;
    float: right;
	margin-top: 10px;
	text-align: right;
}
#main-copy {
    width: 500px;
    min-height: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
    margin-right: 50px;
    float: left;
    background-color: #FDF5E0;
}
#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-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
body {
    margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url("images/floor.jpg");
	background-size: cover;
	background-attachment: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

h1 {
	margin: 0px;
	color: #54210F;
	font-size: 30px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	color: #54210F;
	font-size: 24px
}

h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 400;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a:hover {
	color:#E9A12F;
}


a {
	color: #54210F;
	font-weight: bold;
	text-decoration: none;
}

figure {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

figcaption {
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
}

#main-copy figure img {
	width: 300px;
	height: auto;
}

#sidebar p {
	text-align: center;
	padding-bottom: 5px;
}

#sidebar h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #54210F;
}

nav p {
	margin-top: 15px;
	font-size: 18px;
}