@charset "UTF-8";
/* CSS Document */

#promo {
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	height: 250px;
	background-image: url(/assets/promo.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#homepage-body-headers {
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	height: 32px;
	background-image: url(/assets/homepage-body-headers.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#homepage-body {
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	background-image: url(/assets/homepage-body.jpg);
	background-repeat: repeat;
	overflow: auto;
	padding-bottom: 10px;
}

#homepage-floatleft {
	float: left;
	width: 220px;
	padding-left: 18px;
	padding-right: 30px;
}

#homepage-floatright {
	float: right;
	width: 170px;
	padding-right: 18px;
	padding-left: 28px;
}

.churchtitle {
	font-weight: bold;
}

.citystate {
	color: #333333;
	padding-bottom: 20px;
}

.articletitle {
	font-weight: bold;
	color: #666666;
}

.excerpt {
	color: #666666;
	padding-bottom: 20px;
}