body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
body.page{
	background: #fcfaf8 url(/images/fillerMenuBg.gif) top left repeat-y;


}
#mainDiv
{
	width: 840px;	
}

#headerDiv
{
	background: url(/images/headerBg.jpg) top left no-repeat;
	width: 840px;
	height: 185px;
	text-align: right;
}

#menuDiv
{
	background: #f2e8d1 url(/images/menuBg.gif) top left repeat-x;
	width: 195px;		
	font-size: 1.0em;	
	text-align: center;
	position: absolute;
	top: 0px;
	left: 20px;	
}

#menuDiv a
{
	color: #471c21;
	text-decoration: none;
	font-weight: bold;
}

#activeLink a
{
	color: #bd9f3b;
}

#contactInfo
{
	border-top: 1px dotted #bd9f3b;
	margin: auto;
	width: 90%;
	padding: 10px 3px;
	color: #374c5f;
	font-weight: bold;
	text-align: center;
	line-height: 18px;	
}

#contactInfo a
{
	color: #bd9f3b;
	text-transform:uppercase;
}

#footerDiv
{
	background: url(/images/footerBg.gif) top left repeat-x;
	width: 840px;
	height: 37px;
	text-align: center;
	color: #395e6f;
	font-weight: bold;
	padding-top: 14px;
	clear: both;
}

#contentDiv
{
	width: 100%;
	background: url(/images/contentBg.gif) bottom right no-repeat;
	position: relative;
	border: 1px solid #fcfaf8;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

#innerContentDiv
{	
	background: url(/images/innerPageContentBg.gif) bottom right no-repeat;
	position: relative;
	border: 1px solid #fcfaf8;
	min-height: 420px;
	height:auto !important;
	height: 420px;
}

#obituaries
{		
	color: #68808a;
	font-weight: bold;
	font-size: 1.1em;	
	float: right;
	line-height: 20px;	
	padding: 10px;
	margin-right: 5px;
}

#obituaries a
{		
	color: #68808a;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 0.9em;
}


h2
{
	color: #bd9f3b;
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#homepageContent
{
	color: #374c5f;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/images/contentBg.jpg) bottom right no-repeat;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

#homepageText
{
	width: 340px;	
	margin-left: 270px;
	margin-top: 20px;
	margin-right: 10px;
	border-right: 1px dotted #ebd9b1;
	padding-right: 5px;	
}

#innerpageContent
{
	color: #374c5f;
	font-size: 1.2em;
	font-weight: normal;	
}

#innerpageText
{
	width: 420px;	
	margin-left: 235px;
	margin-top: 20px;
	border-right: 1px dotted #ebd9b1;
	padding-right: 5px;
}

.smallerFont
{
	font-size: 1.0em;
	font-weight: normal;
}



h1
{
	
}

#subMenu
{
	float: right;
	line-height: 20px;	
	padding: 10px;
	margin-right: 0px;
	width: 150px;
}

#subMenu a
{
	color: #471c21;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#subMenuActiveLink a
{
	color: #bd9f3b;
}

#subMenu activePG 
{
	color: #bd9f3b;
	font-weight: normal;
}

a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #471c21;
    text-decoraton: underline;

}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #471c21;
    text-decoraton: none;


}