/* CSS Document */
body {
	background:url(../images/home-over.jpg) top no-repeat;
	background:url(../images/resources-over.jpg) right no-repeat;
	background:url(../images/about-over.jpg) right no-repeat;
	background:url(../images/ministries-over.jpg) right no-repeat;
	background:url(../images/wte-over.jpg) right no-repeat;
	background:url(../images/become-over.jpg) top no-repeat;
	background:url(../images/believe-over.jpg) top no-repeat;
	background:url(../images/belong-over.jpg) top no-repeat;
	background:url(../images/background.jpg) top center repeat;
	text-align:center;
	margin:0px;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(../images/container-back.jpg) top center repeat;
	width:850px;
	height:850px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/header.jpg) top no-repeat;
	height:200px;
	width:850px;
}
#page_header {
	position:absolute;
	left:81px;
	top:201px;
	height:50px;
	width:689px;
}
#left_menu {
	position:absolute;
	left:76px;
	top:252px;
	height:400px;
	width:175px;
	background:url(../images/podcast-over.jpg) no-repeat;
	background:url(../images/elibrary-over.jpg) no-repeat;
	background:url(../images/evite-over.jpg) no-repeat;
	background:url(../images/guide-over.jpg) no-repeat;
	background:url(../images/left-menu-back.jpg);
}

#content {
	position:absolute;
	left:256px;
	top:259px;
	height:575px;
	width:517px;
	background:url(../images/content-back.jpg) no-repeat;
}

#address {
	position:absolute;
	left:76px;
	top:652px;
	width:175px;
	height:175px;
}

#copyright {
	position:absolute;
	left:0px;
	top:840px;
	width:850px;
	height:30px;
	text-align:center;
}

/* /////////////// bbb menu begin /////////////// */
.bbb_nav {
	position:absolute;
	top:0px;
	left:450px;
	width:315px;
	height:151px;
	padding:0px;
	margin:0px;
}

.bbb_nav a {
	display:block;
}

.bbb_nav li {
	list-style:none;
	position:absolute;
}

.belong {
	width:105px;
	height:151px;
	left:0px;
	top:0px;
}

.belong a{
	width:105px;
	height:151px;
}
.belong a:hover{
	background:url(../images/belong-over.jpg) top no-repeat;
}

.believe {
	width:105px;
	height:151px;
	left:105px;
	top:0px;
}

.believe a{
	width:105px;
	height:151px;
}
.believe a:hover{
	background:url(../images/believe-over.jpg) top no-repeat;
}

.become {
	width:105px;
	height:151px;
	left:210px;
	top:0px;
}

.become a{
	width:105px;
	height:151px;
}
.become a:hover{
	background:url(../images/become-over.jpg) top no-repeat;
}

/* /////////////// bbb menu ends //////////////// */

/* /////////////// main menu begins /////////////// */
.main_nav {
	position:absolute;
	top:160px;
	left:75px;
	width:700px;
	height:40px;
	padding:0px;
	margin:0px;
}

.main_nav a {
	display:block;
}

.main_nav li {
	list-style:none;
	position:absolute;
}

.wte {
	width:140px;
	height:40px;
	left:6px;
	top:0px;
}

.wte a{
	width:140px;
	height:40px;
}
.wte a:hover{
	background:url(../images/wte-over.jpg) right no-repeat;
}

.ministries {
	width:139px;
	height:40px;
	left:147px;
	top:0px;
}

.ministries a{
	width:139px;
	height:40px;
}
.ministries a:hover{
	background:url(../images/ministries-over.jpg) right no-repeat;
}

.about {
	width:139px;
	height:40px;
	left:287px;
	top:0px;
}

.about a{
	width:139px;
	height:40px;
}
.about a:hover{
	background:url(../images/about-over.jpg) right no-repeat;
}

.resources {
	width:139px;
	height:40px;
	left:427px;
	top:0px;
}

.resources a{
	width:139px;
	height:40px;
}
.resources a:hover{
	background:url(../images/resources-over.jpg) right no-repeat;
}

.home {
	width:134px;
	height:40px;
	left:566px;
	top:0px;
}

.home a{
	width:134px;
	height:40px;
}
.home a:hover{
	background:url(../images/home-over.jpg) top no-repeat;
}
/* /////////////// main menu ends ///////////////// */

/* /////////////// left menu begins ///////////////// */

.left_nav {
	position:absolute;
	top:73px;
	left:0px;
	width:175px;
	height:327px;
	padding:0px;
	margin:0px;
}

.left_nav a {
	display:block;
}

.left_nav li {
	list-style:none;
	position:absolute;
}

.podcast {
	width:175px;
	height:67px;
	left:0px;
	top:0px;
}

.podcast a{
	width:175px;
	height:67px;
}
.podcast a:hover{
	background:url(../images/podcast-over.jpg) top no-repeat;
}

.e-library {
	width:175px;
	height:67px;
	left:0px;
	top:67px;
}

.e-library a{
	width:175px;
	height:67px;
}
.e-library a:hover{
	background:url(../images/elibrary-over.jpg) top no-repeat;
}

.evite {
	width:175px;
	height:93px;
	left:0px;
	top:134px;
}

.evite a{
	width:175px;
	height:93px;
}
.evite a:hover{
	background:url(../images/evite-over.jpg) top no-repeat;
}

.guide {
	width:175px;
	height:100px;
	left:0px;
	top:227px;
}

.guide a{
	width:175px;
	height:100px;
}
.guide a:hover{
	background:url(../images/guide-over.jpg) top no-repeat;
}
/* /////////////// left menu ends /////////////////// */

/* /////////////// footer begins ///////////////// */

#footer {
	position:absolute;
	width:850px;
	height:50px;
	background:url(../images/footer.jpg);
	left:0px;
	top:850px;
	text-align:left
}
/* /////////////// footer ends /////////////////// */

.address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}
a.address:link {color: #000000; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}
a.address:visited {color: #000000; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}
a.address:hover {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}
a.address:active {color: color: #000000; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}
a.address:visited:hover {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}	
	
