/* Menu Postion */

ul.dropdown {
	position: absolute;
	left: 395px;
	top: 5px;
	z-index: 597;
	float: left;
}

.sub-menu-holder {
	left: 320px;
	top: 180px;
}

.missions-holder {
	background: url(../images/content-background.png) no-repeat;
	width: 996px;
	height: 681px;
	position: absolute;
	top: 120px;
}

.volunteering {
	background: url(../images/volunteering.png) no-repeat;
	width: 294px;
	height: 193px;
	position: absolute;
	top: 35px;
	left: 9px;
}

.go {
	background: url(../images/go.png) no-repeat;
	width: 675px;
	height: 191px;
	position: absolute;
	top: 35px;
	left: 310px;
}

.how-can-i-pray {
	background: url(../images/how-can-i-pray.png) no-repeat;
	width: 293px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 9px;
}

.how-can-i-pray .text {
	background: url(../images/how-can-i-pray-text.png) no-repeat;
	position: absolute;
	top: 45px;
	height: 342px;
	width: 270px;
	left: 6px;
}

.our-ministry {
	background: url(../images/our-ministry.png) no-repeat;
	width: 675px;
	height: 430px;
	position: absolute;
	top: 235px;
	left: 310px;
}

.bottom {
	top: 805px;
	left: 5px;
}

