html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
  text-decoration: underline;	
  color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

p {
text-align: justify;
}
body {
    background: #c9bb95 left top url(/images/bg-swirl-brown.gif) repeat;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #D9D1BC url(images/logo.gif) no-repeat;
  height: 120px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 170px;
  color: #52616E;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#nav {
  background: #4B5360;
  position: absolute;
  top: 91px;
  left: 200px;
  width: 520px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a, #copyright a {
  text-decoration: none;
  color: #fff;
}
#nav a:hover, #copyright a:hover {
 text-decoration: underline;
 color: #fff;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}

#fpban {
  float: left;
  width: 672px;
  height: 165px;
  color: #463F32;
}

#copyright {
  background: #463F32;
  float: left;
  width: 672px;
  text-align: center;
  font-size: 9px;
  padding: 3px;
  color: #ffffff;
}
div {
background: #D9D1BC ;
}

