#picture_block {
	position: relative;
	z-index: 0;
	width: 650px;
	float: left;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#picture_block img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#churchpics img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#gallery_block {
	background-color: #00416D;
	height: 120px;
	position: relative;
	float: left;
	width: 650px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallery_block a {
	text-decoration: none;
	color: #000000;
}
#gallery_block a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
.gallery_unit {
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	height: 95px;
	width: 130px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}
.gallery_unit img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
}
#gallery_block #unit_1 {
	left: 20px;
}
#gallery_block #unit_2 {
	left: 180px;
}
#gallery_block #unit_3 {
	left: 340px;
}

#gallery_block #unit_4 {
	left: 500px;
}
#orange_line {
	background-color: #FF8E00;
	height: 6px;
	width: 200px;
	position: absolute;
	top: 144px;
	left: 10px;
}
