body {
	background: #D0CEAA url(img/background.jpg) repeat-y center;
	margin:0;
	padding:0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

#header {
	width:760px;
	background: #B0B598 url(img/header-right.jpg) no-repeat right;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	border-bottom:1px solid #fff;
}

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

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

#menu {
	float:left;
	width:175px;
	background-color:#8D9686
}

#footer {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #fff;
}

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

#logo {
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#contactinfo {
	float:left;
	padding-left:10px;
	padding-top:10px;
	color:#595841
}

#eh {
	text-align: center;
}

#disclaimer {
	background-color:#B0B598;
	padding:10px;
	font-size:90%;
	color:#595841
}

#footermenu {
	text-align: center;
	padding:10px;
}

/* Navigation */
#navlist
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#navlist a
{
display: block;
padding: 3px;
width: 169px;
background-color: #AFBECD;
border-bottom: 1px solid #8D9686;
}

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

#navlist a:hover
{
background-color: #D4E5F7;
color: #000;
}

#contentwrap {
	padding:10px;
}

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

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

#contactinfocenter {
	float:left;
	padding-left:55px;
	padding-top:10px;
	color:#595841
}