/*************************************************************************
-------------------------------- HOME PAGE -------------------------------
*************************************************************************/

#contentWrapper {
	position: relative;
	width: 758px;
	height: 500px;
	background: url("http://www.essexchurches.info/Image/AtoZContainer.gif") no-repeat;
	padding: 0 0px 0px 0px;
	}

#dedicationHeader {
	margin: 9px 20px 0px 0px;
	font: normal 18px/20px 'lucida grande',verdana,helvetica,sans-serif;
	text-align: right;
	}
	
#dedicationHeaderSmall {
	margin: 9px 20px 0px 0px;
	font: normal 16px/20px 'lucida grande',verdana,helvetica,sans-serif;
	text-align: right;
	}
	
#parishHeader {
	margin: 0px 20px 0px 0px;
	font: normal 22px/24px 'lucida grande',verdana,helvetica,sans-serif;
	text-align: right;
	}
	
#mainArea {
	float: left;
	text-align: center;
	width: 599px;
	margin: 10px 0px 0px 13px;
	height: 470px;
	display: inline;
	}
	
#AtoZTable {
	float: left;
	text-align: center;
	width: 525px;
	height: 470px;
	display: inline;
	}
	
#AtoZTable table {
	table-layout: fixed;
	}
	
#AtoZIndex {
	float: left;
	text-align: center;
	width: 59px;
	margin: 0px 0px 0px 15px;
	height: 470px;
	display: inline;
	}
	
#AtoZ a {
	color: gray;
	display: block;
	}
	
#AtoZ a:hover {
	color: black;
	}

td.chr {
	text-align: left;
	width: 280px;
	font: normal 11px/14px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
td.imgz {
    text-align: center;
    width: 30px;
   	font: normal 11px/14px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
td.updt {
    text-align: center;
    width: 70px;
   	font: normal 11px/14px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
td.chrhd {
	text-align: left;
	width: 280px;
	font: bold 11px/12px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
td.imgzhd {
    text-align: center;
    width: 30px;
   	font: bold 11px/12px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
td.updthd {
    text-align: center;
    width: 70px;
   	font: bold 11px/12px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
tr.toprow {
	font-weight: bold;
	text-align: center;
	font: normal 11px/12px 'lucida grande',verdana,helvetica,sans-serif;
	}

#AtoZIndex a {
	color: gray;
	display: block;
	}
	
#AtoZIndex a:hover {
	color: black;
	}
	
------------------------------------------------------------------------*/