body {
	background: #500000 url(images/background.jpg) center top no-repeat fixed;
	margin: 0;
	padding: 0;
	color: #000;
}
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: 0 auto;
	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 {
	width: 80px;
	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 -202px;
}
.nav_link a:hover.events {
	background-position: 0px -224px;
}
#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: 873px;
	height: 147px;
	padding: 0 15px;
	overflow: hidden;
}
#content_left {
	width: 630px;
	height: auto;
	float: left;
	margin: 15px 0 0 25px;
	overflow: hidden;
}
#content_right {
	background: #CCC;
	width: 190px;
	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;
}


#featured_holder {
	width: 875px;
	height: 130px;
	margin: 9px auto 0;
	clear: both;
	overflow: hidden;
}
.featured_image {
	width: 286px;
	height: 130px;
	float: left;
	margin: 0 4px;
	overflow: hidden;
}
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 880px;	
	height:130px;
	margin-top: 7px;			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration 
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;*/

}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

