@charset "utf-8";
p.scripture {
	margin: 10px;
	color:#0c304d;
	font-size:13px;
	text-align:center;
}

	p.scripture strong {
		font-weight:bold;
		text-transform:uppercase;
	}

#banner {
	width:943px;
	margin: 0 auto 15px;
}

	#banner .top {
		height:5px;
		background: url(../images/banner-top.gif) top left no-repeat;
	}
	
	#banner .middle {
		background: url(../images/banner-middle.gif) top left repeat-y;
	}
	
		#banner .middle p {
			display:block;
			margin: 5px 10px 10px 15px;
			width:471px;
			float:left;
			color:#73091d;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			font-style:italic;
			line-height:30px;
		}
		
		#banner .middle p#summary1 {
			margin-top:32px;
			text-align:center;
		}

		#banner .middle p#summary2 {
			font-size:16px;
			font-style:normal;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
		}
		
		#banner .middle img {
			margin: 10px 0px 6px 10px;
		}
	
	#banner .bottom {
		height:5px;
		background: url(../images/banner-bottom.gif) top left no-repeat;
	}

.col {
	float:left;
	margin-left: 16px;
	width:304px;
}

	.col.right {
		margin-left:15px;
	}

		.col .top {
			height:8px;
			background: url(../images/homepage-box-top.gif) top left no-repeat;
		}
		
			.col .middle {
				padding: 5px 15px;
				background: url(../images/homepage-box-middle.gif) top left repeat-y;
			}
			
				.col .middle h2 {
					padding: 0 0 5px;
					color:#73091d;
					text-align:center;
					font-size:15px;
					font-weight:bold;
					/*font-style:italic;*/
					text-transform:uppercase;
				}
				
				.col .middle p {
					display:block;
					height:240px;
					color:#0c304d;
					font-size:13px;
				}
			
			.col .bottom {
				height:8px;
				background: url(../images/homepage-box-bottom.gif) top left no-repeat;
			}

a.block-button {
	display:block;
	margin: 10px auto 0;
	height:37px;
	width:142px;
	color:#73091d;
	background: url(../images/block-button.gif) top left no-repeat;
	line-height:37px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

	a.block-button:hover {
		/*height:36px;
		width:141px;
		padding: 1px 0 0 1px;*/
		background-position: 0 -37px;
		color:#fff;
	}

