body {
	background: #500000 url(images/background.jpg) center top no-repeat fixed;
	margin: 0;
	padding: 0;
	color: #000;
}

a, a:hover, a:visited, a:active {
	color: #500001;
}

img {
	text-decoration: none;
	border: none;
}
.clear {
	clear: both;
}
#holder_top {
	background: transparent url(images/holder_top.png) no-repeat;
	width: 950px;
	height: 30px;
	margin: 30px auto 0;
	overflow: hidden;
}
#holder_middle {
	background: transparent url(images/holder_middle.png) repeat-y;
	width: 950px;
	height: auto;
	margin: -1px auto 0;
	overflow: hidden;
}
#holder_bottom {
	background: transparent url(images/holder_bottom.png) no-repeat;
	width: 950px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	width: 901px;
	height: 60px;
	margin-left: 3px;
}
#logo {
	background: transparent url(images/logo.png) no-repeat;
	width: 305px;
	height: 50px;
	float: left;
	margin-left: 25px;
	overflow: hidden;
}
#logo a:link, #logo a:visited {
	display: block;
	text-decoration: none;
	padding-top: 30px;
}
#page_nav_left {
	width: 330px;
	height: auto;
	float: left;
	overflow: hidden;
}
#page_nav {
	float: left;
	width: 275px;
	height: 27px;
	margin: 0px  16px 10px;
	overflow: hidden;
}
#page_nav_together {
	float: right;
	width: 515px;
	height: auto;
	text-align: center;
	overflow: hidden;
}
#page_nav_together a:link, #page_nav_together a:visited {
	color: #000;
}
#page_nav_together a:hover {
	text-decoration: underline;
}
.nav_text {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_together_links {
	width: auto; 
	float: left;
	padding: 0 20px;
	overflow: hidden;
}
.nav_link {
	height: 25px;
	float: left;
	padding-left: 8px;
	text-decoration: none;
}
.nav_link a:link, .nav_link a:visited {
	/*background: transparent url(images/nav.png) no-repeat;*/
	text-decoration: none;
	padding-top: 3px;
	width:80px;
	height: 24px;
	display: block;
}
/*
.nav_link a.info {
	background-position: 0px 0px;
}
.nav_link a:hover.info {
	background-position: 0px -26px;
}
.nav_link a.churches {
	background-position: 0px -53px;
}
.nav_link a:hover.churches {
	background-position: 0px -79px;
}
.nav_link a.sponsors {
	background-position: 0px -101px;
}
.nav_link a:hover.sponsors {
	background-position: 1px -127px;
}
.nav_link a.volunteer {
	background-position: 0px -155px;
}
.nav_link a:hover.volunteer {
	background-position: 1px -179px;
}
.nav_link a.contact {
	background-position: 0px -202px;
}
.nav_link a:hover.contact {
	background-position: 0px -224px;
}
.nav_link a.events {
	background-position: 0px -247px;
}
.nav_link a:hover.events {
	background-position: 0px -269px;
}*/
#slideshow_pictures {
	background: #000;
	width: 900px;
	height: 275px;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
	border-right: #000 solid 1px;
	margin-left: 3px;
	overflow: hidden;
}
#slideshow_events {
	background: transparent url(images/holder_middle_slideshow.png) repeat-y 0 0;
	width: 903px;
	height: 147px;
}
#content_left {
	width: 595px;
	height: auto;
	float: left;
	margin: 15px 0 0 25px;
	overflow: hidden;
}
#content_right {
	background: #bebebe;
	width: 225px;
	height: auto;
	float: right;
	padding: 5px 10px;
	margin: 15px 63px 0 0;
	overflow: hidden;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #666;
	margin: 20px 0 -1px;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
}

.pagepaneltitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}
