body {
	background: #E6D0B3;
	margin:15;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
	color:#6B512E;
}
h2 {
	color:#000;
	font-size:125%;
}
p {
	font-size:100%;
	line-height: 150%;
	color:#000;
}

#header {
	width:760px;
	height:150px;
	background: #996D33 url(img/header.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#wrap {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background: #fff url(img/content-bg.gif) repeat-y;
}

#content {
	float:left;
	background-color:transparent;
	width:535px;
}
#contentbottom {
	background: #fff url(img/bottom-corner.gif) no-repeat bottom left;
}

#menu {
	float:right;
	width:221px;
	background-color:transparent;
}

#footer {
	width:758px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #6B512E;
}

#photo img{
	border:2px solid #000;
	margin-top:10px;
}
#photo {
	text-align:center;
}

#logo {
	width:288px;
	padding-top:15px;
	float:left;
	text-align:center;
}

#contactinfo {
	color:#fff;
	padding:5px;
}

#eh {
	text-align: center;
}

#disclaimer {
	background-color:#6B512E;
	padding:10px;
	font-size:90%;
	color:#CCA066
}

#footermenu {
	background-color:#996D33;
	text-align: center;
	padding:10px;
	font-size:90%;
}
#footermenu a {
	color:#fff;
}

/* Navigation */
#navlist
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navlist a
{
display: block;
padding: 3px 3px 3px 10px;
width: 207px;
background-color: #6B512E;
border-bottom: 1px solid #CCA066;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
background-color: #2E6B51;
color: #fff;
}

#contentwrap {
	padding:10px;
}
#contentwrapsplash {
	padding-left:1px;
}

.contactname {
	font-weight:bold;
	font-size:140%;
}

#contactcenter {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#contactinfosplash {
	float:left;
	padding-left:80px;
	padding-top:10px;
	color:#6B512E
}
#logosplash {
	float:left;
}
.splashborder {
	border-top:1px solid #6B512E
}
