﻿@charset "utf-8";

#fellowshipcaption {
	background-image: url('images/fellowshipgroups.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	margin-left: 4px;
}

img.fellowship {
	border-style: none;
}

#menscaption {
	background-image: url('images/MensMinistry.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	margin: 20px 0px 0px 2px;
}
img.mens {
	border-style: none;
}

#womenscaption {
	background-image: url('images/WomensMinistry.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	margin: 20px 0px 0px 2px;
}

img.womens {
	border-style: none;
}

#childrenscaption {
	background-image: url('images/ChildrensMinistry.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	margin: 20px 0px 0 2px;
}

img.childrens {
	border-style: none;
}

#careandsharecaption {
	background-image: url('images/CareandShare.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	margin: 20px 0px 0 2px;
}

img.careandshare {
	border-style: none;
}
