.whatsnew					{visibility:hidden; display:none;}
.currentnews				{visibility:hidden; display:none;}
.recentevents				{visibility:hidden; display:none;}

.obituary-image {
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	border: 10px outset #CF5927;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
    margin-right: auto;

}
.obituary-image-right {
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
	border: 10px outset #CF5927;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	display: block;
*/	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*make h3 battom marging 0*/
.bm {
	margin-bottom: 0px;
	text-align: center;
	padding: 10px 0 0 0;
}

.nomargin {
	margin-top: 0px;
	text-align: center;
	padding: 0px 0 10px 0;
}

.bmleft {
	margin-bottom: 0px;
	padding: 10px 0 0 0;
}


/*remove to padding from h4*/
.nopadding {
	padding: 0px 0 0px 0;
	text-align: center;
}

.center {
	text-align:center;
}
.nobold {
	font-weight: normal;
}