@charset "utf-8";
/* CSS Document */
#full_page {
	background-color: #EEE;
	margin-top: 50px;
}
#horizontal_block {
	background-color: #333;
	height: 90px;
	margin-top: 30px;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 1000px;
	position: relative;
	clip: rect(-20px,auto,auto,auto);
	margin-top: -134px;
}
#contents {
	font-family: Calibri;
}
#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 1.5em;
}
#nav li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a:hover {
	color: #000;
	background-color: #FFFFFF;
}
#nav {
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	width: 1000px;
	height: 30px;
	font-size: 1.6em;
	background-color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#narrative {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Calibri;
	font-size: 1.2em;
}
#cathedral_heading {
	text-align: center;
	padding-bottom: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.image_left {
	float: left;
	position: relative;
	margin-right: 5px;
}


#footer {
	background-color: #333;
	height: 50px;
	width: 1000px;
	color: #FFF;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 50px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	}
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
