@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
#logo h4 a {
	background-image: url(images/upper_room_logo.jpg);
	display: block;
	float: left;
	height: 53px;
	width: 100px;
	text-indent: -9999px;
}
#navigationWRAP {
	float: right;
	width: 500px;
	height: 53px;
	margin-bottom: 10px;
}
#navigationMID {
	
	width: 350px;
	float: right;
	height: 17px;
}

a.programs {
	background-image: url(images/programs.jpg);
	height: 18px;
	width: 108px;
	display: block;
	text-indent: -9999px;
}
a.magazines {
	background-image: url(images/publishing.jpg);
	height: 18px;
	width: 114px;
	display: block;
	text-indent: -9999px;
}
a.bookstore {
	background-image: url(images/bookstore.jpg);
	height: 17px;
	width: 51px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border-left: 1px solid #999967;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
}
a.chapel {
	background-image: url(images/chapel.jpg);
	height: 17px;
	width: 38px;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
}
a.prayercenter {
	background-image: url(images/prayercenter.jpg);
	height: 17px;
	width: 64px;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
}
a.guestbook {
	background-image: url(images/guestbook.jpg);
	height: 17px;
	width: 58px;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
}
a.contactus {
	background-image: url(images/contactus.jpg);
	height: 17px;
	width: 54px;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
}
a.faqs {
	background-image: url(images/faqs.jpg);
	height: 17px;
	width: 32px;
	display: block;
	text-indent: -9999px;
	border-top: 1px solid #999967;
	border-bottom: 1px solid #999967;
	border-right: 1px solid #999967;
}
a.home {
	background-image: url(images/home.jpg);
	height: 16px;
	width: 93px;
	display: block;
	text-indent: -9999px;
	margin-left: 212px;
	float: right;
	margin-top: 2px;
}
#navigationWRAP li {
	list-style: none;
	float: right;

}
#top {
	background-image: url(images/wrapperBG.jpg);
	height: 53px;
}

