#main {
	width: 800px;
	left: 50%;
	top: 0px;
	position: absolute;
	z-index: 2;
	height: 100%;
	margin-left: -400px;
	visibility: visible;
}
#background {
	background-image:   url("p_back.jpg");
	height: 100px;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 25px;
	z-index: 1;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #663300;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #663300;
	border-left-color: #663300;
	visibility: hidden;
}
#header {
	width: 804px;
	position: absolute;
	height: 125px;
	top: 0px;
	z-index: 7;
	left: 50%;
	margin-left: -400px;
	visibility: visible;
	border-top: thin solid #663300;
	border-right: thin solid #663300;
	border-left: thin solid #663300;
}
#body {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 125px;
	position: absolute;
	z-index: 1;
	border-top: thin solid #663300;
	border-right: thin solid #663300;
	border-left: thin solid #663300;
	visibility: visible;
}
#footer {
	text-align: center;
	height: 50px;
	width: 804px;
	position: absolute;
	z-index: 3;
	bottom: -3px;
	left: 50%;
	margin-left: -402px;
	visibility: visible;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/i_background.jpg);
}
#nav_main {
	position: absolute;
	width: 140px;
	border: thin solid #663300;
	top: 10px;
	right: 12px;
	text-align: center;
	z-index: 6;
	height: 49px;
	background-image: url(../images/nav_button.jpg);
	visibility: visible;
}
#nav_services {
	position: absolute;
	width: 140px;
	border: thin solid #663300;
	top: 225px;
	right: 12px;
	background-image: url(../images/nav_button.jpg);
	z-index: 5;
	visibility: visible;
}
#nav_prayer {
	position: absolute;
	width: 140px;
	border: thin solid #663300;
	top: 10px;
	background-image: url(../images/nav_back.jpg);
	text-align: center;
	z-index: 4;
	height: 49px;
	left: 12px;
	visibility: visible;
}
#nav_ads {
	position: absolute;
	width: 140px;
	border: thin solid #663300;
	top: 200px;
	background-image: url(../images/nav_back.jpg);
	text-align: center;
	z-index: 4;
	height: 49px;
	left: 12px;
	visibility: visible;
}
#logo {
	border: thin solid #633000;
}
