html {height: 100%; background: #B6B9C2 url(../images/background.jpg) no-repeat fixed center top;}
body {font: medium/normal Georgia, "Times New Roman", Times, serif;color: #444444; height: auto; min-height: 100%;}
a {
	color: #233873;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header.png) no-repeat left top;
	height: 206px;
}
#nav {
	margin-bottom: 10px;
}

#nav ul {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}
#nav ul li {
	float: left;
	margin-right: 10px;
}
#nav ul li a {
	font-size: 130%;
	padding: 0px 10px 10px 10px;
	display: block;
}

#home-body #nav ul li#home a,
#whoWeAre-body #nav ul li#whoWeAre a,
#ourServices-body #nav ul li#ourServices a,
#theFamily-body #nav ul li#theFamily a,
#contactUs-body #nav ul li#contactUs a  {
	background: url(../images/nav_active.png) no-repeat center bottom;
	font-weight: bold;
}

#content {
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#whoWeAre-body #content #content-inner ul li {
	list-style-type: none;
	margin-bottom: 40px;
	display: block;
}
#ourServices-body #content #content-inner ul li {
	font-size: 110%;
	margin-bottom: 1em;
}
#ourServices-body #content #content-inner em {
	text-align: center;
	display: block;
}
#nav li {
	list-style-type: none;
}