/*************************************************************************
-------------------------------- HOME PAGE -------------------------------
*************************************************************************/

#contentWrapper {
	position: relative;
	width: 758px;
	height: 500px;
	background: url("http://www.essexchurches.info/Image/PicContainer.gif") no-repeat;
	padding: 0 0px 0px 0px;
	}
		
#mainImage {
	float: left;
	text-align: center;
	width: 470px;
	margin: 10px 0px 0px 11px;
	height: 470px;
	display: inline;
	}
	
#workmidMenu {
	float: left;
	width: 133px;
	margin: 15px 0px 0px 0px;
	height: 190px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
	
#workmidMenu a {
	display: block;
	color: black;
	}

#workmidMenu a:hover {
	background: #ECD3B2;
	color: black;
	}
	
#workbottomMenu {
	float: left;
	width: 133px;
	margin: 15px 0px 0px 0px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
	
#workbottomMenu a {
	display: block;
	color: black;
	}

#workbottomMenu a:hover {
	background: #ECD3B2;
	color: black;
	}

#thumbsColumn {
	float: left;
	width: 120px;
	margin: 9px 0px 0px 10px;
	height: 470px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
	
#prevThumb {
	float: left;
	text-align: center;
	width: 122px;
	height: 26px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
	
#ThumbNavText table {
	font: bold 12px/16px 'lucida grande',verdana,helvetica,sans-serif;
	display: inline;
	}
	
#ThumbNavText a {
	color: gray;
	display: block;
	}
	
#ThumbNavText a:hover {
	/*background: #ECD3B2;*/
	color: black;
	}
	
#thumbFrame {
	float: left;
	text-align: center;
	width: 122px;
	margin: 15px 0px 0px 0px;
	height: 120px;
	display: inline;
	}
	
#thumbFrame a {
	display: block;
	color: gray;
	}
	
#nextThumb {
	float: left;
	text-align: center;
	width: 122px;
	margin: 12px 0px 0px 0px;
	height: 26px;
	display: inline;
	}

#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;
	}

------------------------------------------------------------------------*/
