*{
margin:0;
padding:0;
}

body{
 font-family: georgia,arial,sans-serif;
 background: #c2966f url('images/bcg.jpg') top left repeat-x;
 text-align:center;
 font-size: 76%;
 padding-top: 20px;
 color: #5e3d20;
}
h3, h4 {
 margin-left: 10px;
 color: #5e3d20;
}
h3 {
  font-size: 14px;
  text-align: center;
}

p {
 margin-left: 10px;
 margin-right: 10px;
padding: 3px 0 3px 0;
text-align: center;
}
.clear {
clear: both;
}
p.just {
  text-align: justify;
}
#container {
 width: 698px;
 margin: 0 auto 0 auto;
 background: transparent url('images/header.jpg') top left no-repeat;
}

#header {
	height: 228px;
}
#header h1{
  font-size: 20px;
}
#header h2{
  font-size: 16px;
}

#leftnav {
 width: 209px;
 float: left;
 background: transparent url('images/leftnav-bg.jpg') top left repeat-y;
 margin-left: 13px;
}

* html #leftnav {
 margin-left: 6.5px;
}

#leftnav #top{
 padding-top: 30px;
 width: 209px;
 height: 48px;
 background: #dcc7aa url('images/leftnav-top-bg.jpg') bottom left no-repeat;
}

#leftnav #bottom{
 width: 210px;
 height: 20px;
 background: transparent url('images/leftnav-bottom-bg.jpg') top left no-repeat;
}

#leftnav ul {
 list-style: none;
 
}

#leftnav ul li a{
  display: block;
  width: 147px;
  margin-left: 30px;
  border-bottom: 3px double #5e3d20;
  padding: 3px 0 1px 0;
  font-size: 14px;
  color: #5e3d20;
  font-weight: bold;
  margin-bottom: 3px;
  text-decoration: none;
  letter-spacing: 0.8px;
  word-spacing: 1.5px;
}

#leftnav ul li a:hover{
  color: #b56926;
  border-bottom:3px double #b56926;
  padding: 3px 0 1px 0;
  margin-bottom: 3px;
}


#leftnav ul li a.current{
  color: #b56926;
  border-bottom:3px double #b56926;
  padding: 3px 0 1px 0;
  margin-bottom: 3px;
}

* html #leftnav ul li a{
  padding: 3px 0 1px 0;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
}

#info {
	padding-top: 30px;
	float: right;
	margin-right: 30px;
	color: #fff;
}

* html #info {
 margin-right: 15px;
}

#contentWrap {
 background: #dcc7aa url('images/content-bg.jpg') top left repeat-y;	
}

#content {
  margin-left: 285px;
  text-align: left;
  padding-top: 20px;
  width: 405px;
  background: #dcc7aa url('images/content-wrap-bg.jpg') top left repeat-y;
}
#contentTop {
  margin-left: 285px;
  width: 405px;
  height: 48px;
  background: #dcc7aa url('images/content-top-bg.jpg') top left repeat-y;
}  
#contentBottom {
  margin-left: 285px;
  width: 405px;
  height: 20px;
  background: #dcc7aa url('images/content-bottom-bg.jpg') top left repeat-y;
}
* html #contentBottom {
  margin-left: 287px;
}
#footertop {
  clear: both;
  width: 698px;
  height: 17px;
  background: #dcc7aa url('images/footertop.jpg') top left no-repeat;
  padding-bottom: -1px;
}
#footer {
padding-top: 3px;
}
#footer .left {
  padding-left: 15px;
  float: left;
}


#footer .right {
  padding-right: 15px;
  float: right;
}

.right a{
  text-decoration: underline;
  color: #5e3d20;
}
.right a:hover{
  color: #fff;
}

#form {

border:0;
}

#form textarea{
margin: 0 20px 0 20px;
padding: 10px 0 10px 0;
  width: 300px;
  height: 100px;
}

#form input, #form label, #form textarea {
  margin: 0 20px 0 20px;
}

fieldset {
border:0;
}

