/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

#page_wrap {
	width:448px;
	height:490px;
	position:relative;
}
#page_wrap2 {
	width:408px;
	height:490px;
	position:relative;
}
#bottom_box {
	background-color:#DDDED3;
	width:448px;
	height:240px;
	position:absolute;
	bottom:0;
	left:0;
}

#title {
	font-size:36px;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:10px;
	color:#333333;
	width: 413px;
}

#home_text {
	width: 435px;
	position:absolute;
	top:70px;
	left:7px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

#left_bottom_box {
	width:286px;
	height:234px;
	position:absolute;
	left:2px;
	top:4px;
}
	
#right_bottom_box {
	width:220px;
	height:220px;
	position:absolute;
	right:2px;
	top:10px;
}

#small_title {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-left:10px;
	margin-bottom:5px;
}
	
#divider {
	background-color:#333333;
	width:1px;
	height:210px;
	position:absolute;
	top:17px;
	left:223px;
}
	
#news {
	font-size:12px;
	color:#996600;
	margin-left:10px;
}
	
#pastors {
	width:430px;
	position: absolute;
	top:60px;
	left:8px;
}

#pastor {
	width:430px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom-color:#666666;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding-bottom:5px;
}

#photo {
	width:100px;
	height:100px;
	margin-right:5px;
	float:left;
}

.p_name{
	font-weight:bold;
	margin-bottom:3px;
	font-size:14px; 
}

.p_church{
	margin-bottom:3px;
	font-size:12px; 
}

.p_web{
	margin-bottom:3px;
	font-size:10px; 
}
	
#contact_form {
	width:428px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	top:70px;
}
	
#name {
	width: 330px;
	margin-left:10px;
	background-color:#E8E8E8;
}

#email {
	width: 330px;
	margin-left:12px;
	background-color:#E8E8E8;
}

#phone {
	width: 330px;
	margin-left:7px;
	background-color:#E8E8E8;
}

.message {
	width: 390px;
	height: 100px;
	margin-top:5px;
	background-color:#E8E8E8;
}
	
#events {
	width: 410px;
	position:absolute;
	top:110px;
	left:7px;
}

#minutes{
	width: 410px;
	position:absolute;
	top:110px;
	left:25px;
}
.mini_title {
	font-size:12px;
	font-weight:bold;
	width:350px;
	float:left;
}

.read_more {
	font-size:12px;
	float:left;
}

.divider {
	clear:both;
	height:5px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

.donate_box { 
	border-style:solid;
	border-width:2px;
	border-color:#000000;
	text-align:center;
}

.news_box { height:105px; }
