/* -----------------------------------------------------------------
File Name: 	homiliesLayout.css
Purpose:	This file contains the style sheet layouts for the homilies web page.
		Every web page in the web site must include this file for style
		consistency.	
10/25/2009	Creation

-----------------------------------------------------------------------*/

.bodyMinistry{margin 0 auto;
	 padding: 0; 
	background: #E5E5E5;
	width:890px;
	height:2850px;
	overflow:hidden;
	}

.contentMinistry {
	z-index:2;
	margin 0;
	width:700px;
	height:2550px;
	text-align: justify;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
	background:white;
	padding-left:30px;
	padding-top:5px;
	padding-right:30px;
	overflow: hidden;
	}


.leftNavigationContentMinistry {
	z-index:1;
	float: left;
	width: 100px;
	padding-top:100px;
	padding-left:20px;}



