body {
	background: #7f7f7f repeat;
	font-family: Verdana, Helvetica, Sans-serif;
	padding: 0; margin: 0;
}
#header {
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(../img/header.png) #7f7f7f bottom center no-repeat;
	width: 870px; height: 82px;
	border-bottom: 2px black solid;
	overflow: hidden;
}
.logo {
	border: 0;
	margin: 0 auto;
	display: none;
}
#navbar {
	margin: 0 auto;
	height: auto; width: 866px;
	border-left: 2px black solid;
	border-right: 2px black solid;
	background: url(../img/nav.png);
	background-repeat: repeat-x;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
#navbar a {
	color: #000;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
}
#navbar ul {
	display: inline;
	margin: 0 auto;
	padding: 0px 0px 0px;
	list-style: none;
	border: 0px;
	overflow: hide;
	font-family: 'Josefin Sans Std Light', serif;
	font-weight: bold;
}
#navbar li {
	font-size: 25px;
	line-height: 30px;
	display: inline;
	border-left: 2px solid blue;
	padding: 0 17px 0 16px;
	width: 100%;
}
#navbar li:hover{
	text-decoration: underline;
	background-color: #005dca;
	width: 100%;
}
#navbar li:active{
	background-color: #3f85d7;
	width: 100%;
}
#navbar li:first-child {
	border-left: 0px;
}
#content {
	margin: 0 auto;
	background: #d9d8d8;
	border: 2px black solid;
	width: 846px; min-height: 300px;
	padding: 10px;
}
#bluebkg {
	width: 371px; height: 515px;
	position: absolute;
	top: 10px; left: 25px;
	background-image: url(../img/bookbkg.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.node {
	width: 380px;
	padding: 0 20px 0 20px;
	float: left;
	display: block;
	position: relative;
}
.node h2 {
	text-align: center;
	position: relative;
	z-index: 20;
	font-size: 24px;
	line-height: 24px;
	margin: 13px 0 0 0; padding: 0;
}
.node img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
#events {
	margin: 0 auto;
	width: 450px;
	text-align: center;
}
#events h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#events h1 a:hover {
	text-decoration: underline;
	color: gray;
}
.albums {
	height: 120px; width: auto;
	margin-bottom: 15px;
}
.albums a {
	font-size: 34px;
	font-family: sans-serif;
	font-weight: bold;
}
.gallery_demo_unstyled {
	margin: 0 auto;
	list-style: none;
	width: 560px;
}
.gallery_li {
	float: left;
	margin-right: 25px;
	height: 130px; width: auto;
	margin-bottom: 15px;
}
.gallery_li a img {
	border: 0;
}
.gallery_demo_unstyled:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.caption{
	color: grey;
	font-family: arial, sans-serif;
	text-align: center;
	display: block;
}
div#fader-container{
	display: block; 
	height: 480px;
	width: 640px;
	margin: 0 auto;
}
div#video-display{
	background-color: #000000;
	display: block;
}
div#video{
	float: left; 
	padding: 8px;
}
div#video img{
	border: 1px solid black;
}
#imageloop{
	list-style: none;
	padding: 0;
	margin: 0;
}
#imageloop li{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
iframe#map {
	width: 200px;
	height: 200px;
}
#sidebar {
	float: left;
	width: 32%;
	border-right: 1px solid black;
}
#contact {
	float: left;
	margin-left: 50px;
}
#contact label.error { 
	color: red;
}

#contact em {
	font-weight: bold;
	padding-right: 1em;	
	vertical-align: top;
}
#contact 
form label {
	width: 250px;
}
span.blogTitle {
	font-size: 1em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div#pagnation {
	width: 100%;
	text-align: center;
}
div#pagnation a {
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: black;
}
div#pagnation a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0 auto;
	height: 35px; width: 870px;
	background: url(../img/footer.png) #7f7f7f;
	padding: 0px;
	text-align: center;
	padding-top: 9px;
	color: #fff;
}
a:focus { 
	outline: none; 
}
