﻿body {
	margin: 0px;
}

a {color: #353535; text-decoration: none;}
a:Visited {color: #353535;}

td {
	vertical-align: top;
}

#Container {
	background: #CCBCAF url('/Images/bg_content.jpg') bottom center no-repeat;	
}

#ContainerPattern {
	background: transparent url('/Images/bg_content_pattern.png') repeat;
}

#Logo {
	height: 70px;
	background: #5E3C3D;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 15px;
	color: White;	
}

#MenuContainer {
	height: 42px;
	background: #66151b;
	text-align: center;
}

#Menu {
	width: 900px;
	padding-top: 10px;
	margin: auto;
}

#Menu a {
	display: inline-block;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 15px;
	color: White;
	margin-right: 12px;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}

#Menu a:Hover {
	border-bottom: 4px solid #AA7575;
}

#HeaderContainer {
	background: url(/Images/bg_banner.jpg) top left repeat-x;
}

#Header {
	width: 766px;
	margin: auto;
}

#Content {
	width: 800px;
	margin: auto;
	min-height: 450px;
	overflow: visible;
	padding: 20px 30px 30px 30px;
	color: #353535;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1em;
	text-align: justify;
	border-left: 1px solid #66151b;
	border-right: 1px solid #66151b;
	background: #CCBCAF url('/Images/bg_content.jpg') bottom center no-repeat;
}

#FooterContainer {
	height: 60px;
	background: #B3A696 url(/Images/bg_footer.jpg) top left repeat-x;
}

#Footer {
	width: 766px;
	margin: auto;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	color: #656565;
	padding: 25px 50px 0px 0px;
}

#Obits {
	width: 230px;
	min-height: 350px;
	overflow: auto visible;
	float: right;
	border: 1px solid #F0F0F0;
	margin-left: 20px;
	font-size: .75em;
	background: #CCBCAF;
}

.sectionTitle {
	height: 70px;
	background: transparent url('/Images/Titles/bg_title.png') bottom left repeat-x;
	margin: 10px 0px 5px 0px;
}

img {border: 0px}

.photoFrame {
	width: 275px;
	height: 248px;
	float: right;
	background: #CCBCAF url('/Images/frame.jpg') no-repeat;
	margin: 0px 0px 25px 25px;
}

.photoFrame img {
	position: relative;
	top: 20px;
	left: 21px;
}
