#MainBanner {
height: 190px;
}

#MainBanner .Logo {
   position: absolute;
	top: 5px;
	left: 5px;
   height: 150px;
	width: 200px;
	background: #fff url(../pictures/LogoCircle.jpg) no-repeat; 
}

#MainBanner .ChurchName {
   position: absolute;
	top: 25px;
	left: 190px;
   height: 150px;
	width: 100%;
   background: #fff url(../pictures/ChurchName.jpg) no-repeat; 
}
#MainBanner .ChurchPic {
   position: absolute;
   top: 10px;
   left: 648px;
   height: 190px;
   width: 357px;
   background: #fff url(../pictures/Church_190p_Bible.png) no-repeat; 
}


#MainBanner .TitleBar {
   position: absolute;
	top: 160px;
	left: 5px;
   height: 31px;
	width: 990px;
	background-color: #dcbea4;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#MainBanner .TB_tab {
   position: relative;
	top: 5px;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 0px;
	text-align: center;
	display: inline;
	border-style: outset;
	border-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

#MainBanner .TB_tab_selected {
   position: relative;
	top: 5px;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 0px;
	text-align: center;
	display: inline;
   border-style: inset;
	border-color: #fff; 
	padding-left: 20px;
	padding-right: 20px;
}

#MainBanner a:link  {
   color: #353535;
   text-decoration: none
}
#MainBanner a:visited {
   color: #353535;
   text-decoration: none
}
#MainBanner a:hover {
   color: #f0f0f0;
   text-decoration: none
}

#Nav {	
	position: absolute;
	left: 17px;
	top: 160px;
	margin: 0;
	padding: 0;
	width: 936px;
}
#Nav li {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right: 10px;
}
#Nav li a {
	display: block;
	width: 117px;
	height: 30px;
	background: url(../pictures/nav_tabs.jpg) no-repeat 0 -30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	color: white;
	cursor: pointer;
}
#Nav li a:hover {
	background-position: 0 0px;
}

#Nav li.active a {
	background-position: 0 0px;
}

#NavBar {
background-color: #006400;
height: 19px;
width: 1000px;
position: absolute;
top: 190px;
left: 5px;
border-color: black;
border-style: solid;
border-width: 1px;
border-top-style: none;
}



#SideBar {
   position: absolute;
	top: 209px;
	left: 5px;
	width: 150px;
	height:100%;
	background-color: #006400;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
}

#SideBar .SB_Link {
   position: relative;
	left: 10px;
	font-weight: bold;
	margin-top: 15px;
}

#SideBar a:link  {
   color: #f0f0f0;
   text-decoration: none;
   font-size: 1.1em;
}
#SideBar a:visited {
   color: #f0f0f0;
   text-decoration: none;
   font-size: 1.1em;
}
#SideBar a:hover {
   color: #A0CCA0;
   text-decoration: none;
}