#headerBar {
	position: fixed;
	background: #FF8D38;
	height: 100px;
	width: 100%;
	/*white-space: nowrap; *//* Keeps inline-block elements from dropping to next line */
	z-index: 100;
}
#bethel {
	display: inline-block;
	height: 100%;
	margin: 0px 25px;

	color: #FFFFFF;
	font-weight: bold;
	font-size: 48px;
	text-shadow: 0 0 15px #000000;
	line-height: 100px;
	vertical-align: middle;
}
#navBar {
	display: inline-block;
	height: 100px;
}
#navBar a {
	display: inline-block;
	height: 30px;
	width: 175px;
	margin: 0px 5px;
	background: #C76E2C;

	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#navBar a:hover, #navBar a:active {
	background: #A0C056;
}
