.row {
	position: relative;
	display: block;
	height: 140px;
}

#serviceTimes {
	position: relative;
	display: block;
	margin: 2px auto 10px 0px;
	width: 275px;
}
	#serviceTimes th {
		padding: 2px 4px;
		width: 220px;
	}
	#serviceTimes td {
		padding: 2px 4px;
		text-align: right;
		border-left: 1px solid #ccc;
		width: 55px;
	}
	#serviceTimes .dark {
		background: #ebeff2;
	}

#buildingAndPastor {
	position: relative;
	display: block;
	height: 166px;
	width: 782px;
}
.col1, .col2, .col3 {
	position: relative;
	display: inline;
	float: left;
	height: 140px;
}
.col1, .col3 {
	width: 295px;
}
.col2 {
	width: 192px;
	background: #ebeff2;
}

#kingsKids {
	position: absolute;
	display: block;
	height: 60px;
	width: 205px;
	top: 40px;
	left: 44px;
	cursor: hand;
	background: url(../../images/church/sprites.png) no-repeat -807px -10px;
}
#ICCS {
	position: absolute;
	display: block;
	height: 91px;
	width: 134px;
	top: 25px;
	left: 29px;
	cursor: hand;
	background: url(../../images/church/sprites.png) no-repeat -1013px 0px;
}

#blueBoxContainer {
	position: relative;
	display: block;
	height: 101px;
	background: #004e75;
	clear: both;
}
	#blueBoxContainer .SW {
		background: url(../../images/church/sprites.png) no-repeat 0px -34px;
		height: 29px;
		width: 29px;
	}
	#blueBox {
		position: absolute;
		display: block;
		top: 40px;
		left: 30px;
		height: 29px;
		width: 433px;
		background: url(../../images/church/sprites.png) no-repeat -120px -54px;
	}
#redBoxContainer {
	position: absolute;
	display: block;
	width: 295px;
	height: 101px;
	left: 488px;
	top: 0;
	background: #c32148;
}
	#redBoxContainer .SE {
		background: url(../../images/church/sprites.png) no-repeat -90px -34px;
		height: 29px;
		width: 29px;
	}
	#redBox {
		position: absolute;
		display: block;
		top: 14px;
		left: 20px;
		height: 73px;
		width: 251px;
		background: url(../../images/church/sprites.png) no-repeat -554px -10px;
	}
