body, html {
	background-color: #F5F5DC;
}

#wrapper {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px;
}

.intro {
	font-size: 120%;
	font-family: "Goudy Old Style", "Arial Narrow", Serif;
	margin-top: 10px;
}

#introBlock, #single {
	width: 80%;
	margin: auto;
	margin-top: 35px;
}

#footer {
	display: block;	
	overflow: hidden;
}

#copyright {
	position: absolute;
	left: 80px;
	bottom: 10px;
	color: #86592d;
}

#pusher, #footer {
	width: 100%;
	height: 250px;
	position: relative;
}

#navigator {
    list-style: none;
	width: 80%;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: white;
	text-align: center;
	border-bottom: 2px solid #644300;
}

.naviItems {
	display: inline-block;
}

.naviItems a {
    display: block;
    color: #331a00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	margin-right: -4px;
}

#header {
	background-image: url('681bd4_0385b6241a23469d812bd3e994a55241.jpg');
	opacity: 0.7;
	height: 300px;
	overflow: hidden;
	background-size: 100%;
	background-repeat: no-repeat;
	text-shadow: 3px 3px 0px white;
}

h1 {
	font-size: 310%;
	margin-top: 95px;
	margin-bottom: 95px;
	text-align: center;
	color: #1a1a1a;
}

h1, h2, .naviItems a {
	font-family: "Lucida Bright", "Lucida Grande", Serif;
}

h2 {
	text-align: center;
	margin-bottom: 5px;
	color: #595959;
	font-size: 240%;
}

h3 {
	margin: 0;
}

.subtitle {
	font-size: 150%;
	font-family: "Century Gothic", "Avant Garde", Sans-serif;
}

li a:hover, #nowItem {
    background-color: #5e5153;
	color: white;
}

#photo {
	float: right;
	height: auto; 
    width: auto; 
    max-width: 300px; 
    max-height: 300px;
}

span {
	font-weight: bold;
}

hr {
	border: 2px solid #644300;
}










