html body {
padding: 0px;
margin: 0px;
font-size: .85em;
font-family: Arial, Helvetica, sans-serif;
background-color: #4c361f;
height: 100%;
}

h2 {
font-size: 100%;
text-align: center;
}

#bodyContainer {
/*margin: 8px;*/
width: 780px;
height: 100%;
}

abbr {
border-bottom: none;
}

#header {
background: url(../images/backgrounds/header.jpg) no-repeat;
height: 163px;
margin: 0;
}

#headerText {
position: absolute;
left: 220px;
top: 42px;
width: 535px;
font-family: "Times New Roman", Times, serif;
color: #ffffff;
}

#headerText .fn {
width: 100%;
font-size: 3.1em;
}

#headerText .main-address, #headerText .tel {
display: inline;
font-size: 1.25em;
}

#contentContainer {
height: 100%;
}

#nav {
float: left;
margin: 0 0 0 29px;
width: 152px;
background-color: #cca876;
height: 100%;
}

#nav a {
text-decoration: none;
color: #000000;
display: block;
width: 100%;
}

#nav ul {
list-style-type: none;
margin: 0 0 20px 0;
padding: 0;
}

#nav li {
margin: 0;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #ffffff;
}

#nav li.active {
background-color: #ffffff;
}

#nav li.highlightOn {
	background-color: #ebc287;
}

#content {
padding: 0 10px;
float: left;
background-color: #ffffff;
width: 560px;
height: 100%;
}

#footer {
padding-top: 20px;
clear: both;
width: 100%;
text-align: center;
color: #ffffff;
font-size: .9em;
}