body {
	background: grey;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	background-color: #333333;
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 0; padding: 0;
}
a img, img a {
	border: 0;
}
div#header {
	margin: 0 auto;
	width: 808px; height: 150px;
	background-image: url(../images/headertop.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#navbar {
	margin: 0 auto;
	width: 808px; min-height: 40px;
	background-image: url(../images/nav.png);
	background-color: #ffffff;
	font-size: 20px;
	margin-top: -20px;
}
div#content {
	margin: 0 auto;
	width: 768px; min-height: 270px;
	background-color: #ffffff;
	padding: 20px;
	overflow: hidden;
}
#content p img {
	float: left;
}
blockquote {
	color: green;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
div#footer {
	clear: both;
	margin: 0 auto;
	width: 808px; height: 26px;
	background-image: url(../images/headertop.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
}
img.logo {
	width: 147px; height: 97px;
	margin-top: 40px;
	margin-left: 20px;
}
img.about {
	width: 380px; height: 92px;
	margin-top: 40px;
	margin-left: 200px;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	overflow: hide;
	margin-left: 30px;
}
#nav li{
	float: left;
	display: block;
	padding: 0px;
	margin-right: 13px;
	margin-top: 8px;
}
#nav a {
	color: white;
	text-decoration: none;
	padding: 8px;
}
#nav a:hover {
	color: white;
	text-decoration: underline;
	background-color: #96cb94;
}
#nav a:active {
	background-color: #c9e4c8;
}
ul.gallery_demo_unstyled {
	display: block;
	margin: 0px;
	padding: auto;
	list-style: none;
	border: 0px;
	overflow: hide;
}
li.gallery_li {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 0px;
	overflow: hide;
	height: 180px;
}
a:focus { 
	outline: none; 
}
div.albums {
	display: block;
	height: 120px; width: auto;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
}
#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;
}
.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;
}
