/* CSS Document */
/*__________________________________________WHOLE DOC_____________________________________*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EFEFEF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	padding: 0px;
	margin: .75em 0;
}
a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}


/*__________________________________________CLEARING CODE_____________________________________*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */


/*__________________________________________ID TAGs_____________________________________*/
#wrap-main {
	width: 800px;
	margin: 20px auto;
	background-color:#FFFFFF;
}
#wrap-head {
	width: 760px;
	padding: 15px 20px 20px;
}
#title {
	float:left;
	width: 510px;
	font-size:24px;
	text-align:left;
	font-weight:bold;
}
#addr {
	float:right;
	font-size: 11px;
	text-align: right;
	width: 250px;
}
#nav {
	width: 760px;
	font-size: 16px;
	padding: 0px 20px 20px 20px;
}
#nav li {
	float: right;
	list-style:none;
	padding: 0 0 0 20px;
	display:block;
}
#wrap-home {
	padding: 15px 20px 20px 398px;
	height:477px;
	width: 362px;
	font-size:14px;
	text-align:left;
	margin: 20px 0 0 20px;
	background-image: url(../images/church_3.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#banner {
	height: 275px;
	width: 800px;
	padding-top:12px;
}

#wrap-int {
	font-size: 13px;
	text-align: left;
	width: 700px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#wrap-int li {
	margin:2px 0 2px 15px;
}
#wrap-divider {
	width: 700px;
	height: 1px;
	margin: 20px 50px;
	background-color:#333333;
}
#wrap-foot {
	padding: 0 20px 20px;
	width: 760px;
	font-size:11px;
}
#contact {
	width:250px;
	float:left;
	text-align:left;
}
#logo {
	width:173px;
	height:30px;
	float:right;
}
