body {
	
}

#wrapper {
	width: 954px;
	margin: 0 auto;
	background: #f5f1eb url(../images/RepeatingBackground.png) repeat-y;
}

#header {
	display: block;
	width: 954px;
	height: 211px;
	background-image: url(../images/HeaderBackground.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

#left {
	float: left;
	width: 175px;
}

#main_content {
	width: 775px;
	float: left;
	z-index: 1;
}

#inner_content {
	margin: 25px;
	color: #00366E;
	z-index: 2;
	line-height: 125%;
	color: #003b82;
	position: relative;
}

#cycle {
	width: 489px;
	height: 323px;
	position: absolute;
	right: -25px;
	z-index: 10000;
}

#core_values {
	clear: both;
	width: 954px;
	height: 52px;
	background-image: url(../images/CoreValues.png);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 954px;
	height: 25px;
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

#disclaimer {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#wrapper_intro {
	width: 950px;
	margin: 0 auto;
	margin-top: 10px;
}

#main_content_intro {
	width: 950px;
	float: left;
}

#inner_content_intro {
}

#footer_intro {
	clear: both;
	width: 950px;
	text-align: center;
	padding-top: 15px;
}

#disclaimer_intro {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Styles for the Obituary pages */
#obituary { }
#obituary h1 { font-size: 2em; padding-bottom: 5px; }
#obituary h2 { font-weight: bold; font-size: 20px; margin: 4px 0px; } 

