/* -----------------------------------------------------------------
File Name: 	sacraments.css
Purpose:	This file contains the style sheet layouts for the Special Ministries.
		Every web page in the web site must include this file for style
		consistency.	
12/03/2009	Creation

-----------------------------------------------------------------------*/


.bodySacraments{margin 0 auto; 
	background: #E5E5E5;
	width:890px;
	height:1400px;
	overflow:hidden;
	}

.contentSacraments {
	float:left;
	position:relative; left:100px;
	align:left;
	z-index:2;
	border-left:1px ridge #CCCCCC;
	margin 0 0 0 0;
	width:500px;
	height:1150px;
	text-align:justify;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	background:white;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	overflow:hidden;
	}

