/*************************************************************************
-------------------------------- HOME PAGE -------------------------------
*************************************************************************/

#contentWrapper {
	position: relative;
	width: 758px;
	height: 500px;
	background: url("http://www.essexchurches.info/Image/GalleryContainer.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;
	}
	
#thumbTable {
	float: left;
	text-align: center;
	width: 540px;
	height: 470px;
	display: inline;
	}
	
#thumbIndex {
	float: left;
	text-align: center;
	width: 59px;
	margin: 0px 0px 0px 0px;
	height: 470px;
	display: inline;
	}
	
#thumbIndex a {
	color: gray;
	display: block;
	}
	
#thumbIndex a:hover {
	color: black;
	}
	
#thumbCell {
	float: left;
	text-align: center;
	width: 120px;
	margin: 0px 15px 17px 0px;
	height: 145px;
	display: inline;
	}
	
#thumbImg {
	text-align: center;
	width: 120px;
	height: 115px;
	}
	
#thumbImg a {
	display: block;
	color: gray;
	}
	
#thumbTxt {
	float: left;
	text-align: center;
	width: 120px;
	height: 30px;
	display: block;
	font: normal 9px/11px 'lucida grande',verdana,helvetica,sans-serif;
	}
	
#thumbTxt a {
	color: black;
	display: block;
	}
	
#thumbTxt a:hover {
	color: black;
	}
------------------------------------------------------------------------*/
