div#masthead {
	width: 100%;
	height: 80px;
	margin: 0px 0px 12px 0px;
	z-index: 100;
	position: relative;
}

a#masthead_header {
	width: 960px;
	height: 80px;
	margin: 0px auto 0px auto;
	display: block;
	border: none;
	text-indent: -5000px;
}

#masthead.ichurch {
	background: url(/../assets/images/masthead/masthead_shadow.png) #2277c0 repeat-x;
}

#masthead_header.ichurch {
	background: url(/../assets/images/masthead/masthead_ichurch.png) no-repeat;
}

#masthead.connect {
	background: url(/../assets/images/masthead/masthead_shadow.png) #9a3b7f repeat-x;
}

#masthead_header.connect {
	background: url(/../assets/images/masthead/masthead_connect.png) no-repeat;
}

#masthead.video {
	background: url(/../assets/images/masthead/masthead_shadow.png) #4e0a19 repeat-x;
}

#masthead_header.video {
	background: url(/../assets/images/masthead/masthead_video.png) no-repeat;
}

#masthead.store {
	background: url(/../assets/images/masthead/masthead_shadow.png) #e5851b repeat-x;
}

#masthead_header.store {
	background: url(/../assets/images/masthead/masthead_store.png) no-repeat;
}

#masthead.admin {
	background: url(/../assets/images/masthead/masthead_shadow.png) #1a8296 repeat-x;
}

#masthead_header.admin {
	background: url(/../assets/images/masthead/masthead_admin.png) no-repeat;
}

#masthead.contest {
	background: url(/../assets/images/masthead/masthead_shadow.png) #1a8296 repeat-x;
}

#masthead_header.contest {
	background: url(/../assets/images/masthead/masthead_contest.png) no-repeat;
}
