#FeaturedArea {
	padding: 10px 20px;
	background: #cee4f5;
	margin: 0 0 30px;
	color: #104c7c;
	}
	#FeaturedArea #MinistrySearch {
		margin: 20px 0 0 -10px;
		}
	#FeaturedMinistries { 
		float: right;
		display: block;
		border: 4px solid #FFF;
		width: 300px;
		height: 250px;
		overflow: hidden;
		margin: 0 0 0 20px;
		position: relative;
		}
	.featuredMinistry { 
		display: block;
		top: 0;
		left: 0;
		width: 300px;
		height: 250px;
		overflow: hidden;
		position: absolute;
		background: #21547F url(../images/home/featured-church.jpg) no-repeat center 0;
		}
		.featuredMinistry h3 { 
			line-height: 25px;
			color: #000;
			font: bold 1.3em Helvetica,"Helvetica Neue",Arial,sans-serif;
			margin: 0;
			position: absolute;
			bottom: 55px;
			left: 0;
			width: 280px;
			height: 25px;
			overflow: hidden;
			text-align: right;
			padding: 0 10px;
			text-shadow: #FFF 1px 1px;
			}
		.featuredMinistry p { 
			color: #FFF;
			text-align: right;
			font: normal 1.0em Helvetica,"Helvetica Neue",Arial,sans-serif;
			margin: 0;
			position: absolute;
			bottom: 10px;
			left: 0;
			width: 280px;
			height: 40px;
			overflow: hidden;
			padding: 5px 10px;
			text-shadow: #000 1px 1px;
			}
		.featuredMinistry #WhiteBG { 
			position: absolute;
			bottom: 60px;
			left: 0;
			width: 300px;
			height: 25px;
			background: #FFF;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
			filter: alpha(opacity=75);
			-khtml-opacity: 0.75;
			-moz-opacity: 0.75;
			opacity: 0.75;
			}
		.featuredMinistry #BlackBG { 
			position: absolute;
			bottom: 0;
			left: 0;
			width: 300px;
			height: 60px;
			background: #000;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
			filter: alpha(opacity=65);
			-khtml-opacity: 0.65;
			-moz-opacity: 0.65;
			opacity: 0.65;
			}
#Main {
	padding: 1px;
	width: 898px;
	}	
#primary {
	padding-left: 30px;
	width: 490px;
	}
	.entry-title {
		font-size: 1.6em;
	}
#Right {
	margin-right: 30px;
	}	
	