#homeabout img {
	float: left;
	width: 170px;
	margin-right: 10px;
}

.break {
	height: 5px;
	overflow: hidden;
	background: #ebebeb;
	margin: 15px 0px;
}

.homeNews {
	width: 327px;
	height: 230px;
	overflow: hidden;
	background: url(../images/homenews-bg.jpg) no-repeat;
	float: left;
	padding: 9px;
	padding-right: 12px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.leadTitle a {
	font-weight: bold;
	color: #be7a17;
}

.leadTitle a:hover {
	color: #3366cc;
}

.date {
	margin-bottom: 5px;
	font-style: italic;
}

.leading_content {
	height: 132px;
	overflow: hidden;
}

.homeNews .detail {
	text-align: right;
}

.homeNews ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style: none;
}

.homeNews ul li {
	background: url(../images/pathway.jpg) left 5px no-repeat;
	padding-left: 15px;
}

.homeNews ul li a {
	color: #bd7b1a;
}

.homeNews ul li a:hover {
	text-decoration: underline;
}

#prayerbook {
	margin-bottom: 20px;
}

#prayerbook ul {
	float: left;
	margin: 0px;
	padding: 0px 2%;
	list-style: none;
}

#prayerbook ul li {
	width: 45%;
	background: url(../images/pathway.jpg) left 8px no-repeat;
	padding-left: 15px;
	float: left;
	margin-left: 20px;
}

#prayerbook ul li a {
	margin-right: 20px;
	color: #2b1812;
}

#prayerbook ul li a:hover {
	color: #bd7b1a;
	text-decoration: underline;
}

