html,body{padding:0;margin:0;overflow:auto;background:#CA7F7F;font-family:Tahoma;font-style:normal;letter-spacing:-1;font-size:12px}
img{behavior: url("pngbehavior.htc");}
h1{margin:5px 0 10px;font-family:Georgia;font-style:italic;font-weight:normal;letter-spacing:-2}
h2{margin:0px 0 5px;font-family:Georgia;font-style:italic;font-weight:normal;letter-spacing:-2}
H3{font-size:14px;font-family:Georgia;font-style:italic}
form{margin:0;padding:0}
p{line-height:1.5em}
#a{width:1000px;margin:0 auto;text-align:left;border:0px solid red}
ul.menu{list-style:none;margin:0 0 0 245px;padding:0}
.menu li{display:inline}
.menu li a{display:block;float:left;width:183px;height:75px;border:1px solid #e0e0e0;text-align:center;text-decoration:none;font-family:Times;font-style:italic;letter-spacing:-1px;color:#777}
.menu li a .menu_helper{display:none}
.menu li a:hover{background-color:darkred;color:#fff}
.menu li a:hover .menu_helper{
	display:block;
	position:absolute;
	height:198px;
	width:179px;
	top:80px;
	left:245px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	color:green;
	background-color:#fff;
	text-align:left
}

body{
	text-align: center;
}
#top{
	width:975px;
	margin: 11px auto 0 auto;
	text-align:right;
	color:#633;
	font-size:11px;
}
#bottom{
	width:975px;
	margin: 10px auto;
	text-align:center;
	color:#633;
	font-size:11px;
}
#page{
	/*background: #faeada;*/
	border:4px solid #FFF;
	width:975px;
	margin: 0px auto;
	text-align: left;
}
#header{
	border:0px solid #b17474;
	width:975px;
	height: 249px;
	background: #F0C08A url(images/head-bg.png) no-repeat left top;
	position:relative;
	overflow:hidden;
}
#logo{
	position: absolute;
	left:0;
	top:61px;
}
#pastors{
	position: absolute;
	top:0;
	left: 546px;
}
#title{
	position: absolute;
	left:220px;
	top:170px;
}
#menubar{
	border-bottom:0px solid #b17474;
	width:975px;
	height: 70px;
	background: #DDBFA1;
	overflow: hidden;
}
#menubar a{
	width:159px;
	margin:3px 3px 3px 0;
	float:left;
	height:64px;
	background: #EBCEAE url(images/menubg.png) no-repeat left bottom;
	border: 0px solid #b17474;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#menubar a:hover{
	background: #EBCEAE url(images/menubg.png) no-repeat left top;
	/*background:#b17474;*/
	/*color: #fff;*/
}
#menubar a .title{
	margin-top:20px;
	font-family:Arial Narrow,Arial,Tahoma,sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#B79E85;
}
#menubar a:hover .title{
	font-family: Tahoma;
	margin-top:5px;
	font-size:14px;
	color:#000;
}
#menubar a .description{
	font-size: 11px;
	padding:0 5px;
	display:none;
}
#menubar a:hover .description{
	display:block;
}
#content{
	border:0px solid #b17474;
	background: #faeada;
	padding:5px;
}
.panel2{
	border:1px solid #F0D6BC;
	background-color:#fff;
	padding:5px;
}
.panel3{
	margin-top:20px;
	border:1px solid #F0D6BC;
	background-color:#fff;
	padding:5px;
}