body {
  margin: 0;
  padding: 0;
  min-width: 760px;
  text-align: center;
  font: 13px/160% Georgia, "Times New Roman", Times, serif;
  color: #333;
  background: #fff url(images/bg.gif) top repeat;
}

h1,h2,h3,h4,h5,h6 { 
  color: #521c10; 
  text-align: center;
}

h1 { font-size: 200%; line-height: 32px; /* 28px */}
h2 { font-size: 150%; /* 18px*/  }
h3 { font-size: 125%; /* 16px*/ }
h4 { font-size: 100%; /* 13px */ }
h5 { font-size: 90%; /* 12px */ }

#wrapper {
  margin: 0 auto;
  width: 760px;
  text-align: left;
}

#header {
  background-color: #000;
  border: 0; padding: 0;
}
#header a {
  display: block;
  height: 175px;
}

#nav {
  margin: 0; padding: 0;
  background: #000 url("images/bg_ds.gif") bottom repeat-x;
  font: 11px/21px Verdana, Arial, Helvetica, sans-serif;
}
ul#nav {
  margin: 0; padding: 0;
  position: relative;
  height: 30px;
}
ul#nav li {
  display: inline;
  list-style-type: none;
}

ul#nav li a:link, ul#nav li a:visited {
  float: left;
  margin: 0px 1px;
  padding: 0 6px 2px 6px;
  color: #fff;
  text-decoration: none;
}

ul#nav li a:hover  {
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 -50px;
}
ul#nav li a:hover  { background: #666 url("images/bg_nav_hover.gif") repeat-x 0 -50px; }

ul#nav li a:active { color: #BCC972; }

#content { 
  margin: 0;
  background: url("images/bg_main.gif") repeat-y;
  padding: 10px 30px; 
}

/* #content p { text-align: justify; }*/

#content td {
  font: 13px/160% Georgia, "Times New Roman", Times, serif;
}
  
#content ul li { padding-left: 13px; }

#content p img { padding: 0px 6px; 
  text-align: center;
}

#content a {
  color: #806b50;
/*    text-decoration: none; border-bottom: 1px dotted #806b50; */
}

#content a:visited {
  color: #a74436;
/*  border-bottom: 1px dotted #a74436; */
}

#content a:hover {
  color: #c0b48e;
  background-color: #ffc;
/*  border-bottom: 1px dotted #c0b48e; */
}

#footer {
  padding: 10px;
  background: #000;
}

#footer p {
  padding: 0; margin: 0;
  text-align: center;
  color: #999;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#footnav {
  padding: 10px;
  background: #f7f7f1 url("images/bg_footer.gif") no-repeat;
}
#footnav p {
  margin: 0; padding: 0;
  text-align: center;
  color: #666;
  font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

#footnav a { color: #666; text-decoration: none; }
#footnav a:hover { color: #fcc; }


img { 
  border: none; 
}
.clear { clear: both; height: 0; line-height: 0; }


hr { width: 65%; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    text-align: center;
}

