html {
	overflow-y: scroll;
}
#navigation {
	position:fixed;
	top:-32px;
}
#mainimage {
	clear:both;
	position:fixed;
	top:38px;
	height:205px;
	background-repeat: no-repeat;
}
body.home #mainimage {
	background-image:url(../images/home.jpg);
	width:900px;
	height:200px;
}
body.history #mainimage {
	background-image:url(../images/history.jpg);
	width:900px;
	height:200px;
}
body.pastor #mainimage {
	background-image:url(../images/pastor.jpg);
	width:900px;
	height:200px;
}
body.community #mainimage {
	background-image:url(../images/community.jpg);
	width:900px;
	height:200px;
}
body.reading #mainimage {
	background-image:url(../images/reading.jpg);
	width:900px;
	height:200px;
}
body.contact #mainimage {
	background-image:url(../images/contact.jpg);
	width:900px;
	height:200px;
}
ul#nav {
	padding-left:40px;
	margin-left:-40px;
}
ul#nav li {
	float:left;
	display:inline;
}
ul#nav li a {
	display:block;
	outline:none;
	padding:0px;
	height:44px;
	text-indent:-9009px;
	background-image:url(../images/navigation.png);
	background-repeat: no-repeat;
}
/* normal buttons */
#nav li#home a {
	width:79px;
}
#nav li#history a {
	width:113px;
	background-position: -79px 0px;
}
#nav li#pastor a {
	width:180px;
	background-position: -192px 0px;
}
#nav li#community a {
	width:174px;
	background-position: -372px 0px;
}
#nav li#reading a {
	width:227px;
	background-position: -546px 0px;
}
#nav li#contact a {
	width:127px;
	background-position: -773px 0px;
}
/* selected buttons*/
ul#nav li#home a:hover {
	background-position:0px -44px;
}
ul#nav li#history a:hover {
	background-position:-79px -44px;
}
ul#nav li#pastor a:hover {
	background-position:-192px -44px;
}
ul#nav li#community a:hover {
	background-position:-372px -44px;
}
ul#nav li#reading a:hover {
	background-position:-546px -44px;
}
ul#nav li#contact a:hover {
	background-position:-773px -44px;
}
/*current page buttons */
body.home ul#nav li#home a {
	background-position:0px -88px;
}
body.history ul#nav li#history a {
	background-position:-79px -88px;
}
body.pastor ul#nav li#pastor a {
	background-position:-192px -88px;
}
body.community ul#nav li#community a {
	background-position:-372px -88px;
}
body.reading ul#nav li#reading a {
	background-position:-546px -88px;
}
body.contact ul#nav li#contact a {
	background-position:-773px -88px;
}