html, body {
  background: #ebe8bb;
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
  font-size: 10pt;
}

a {
  color: #990000;
}

img {
  border: 0px;
}

img.pix:hover
{
  cursor: pointer;
}

img.listing {
  border: solid 6px #DBD8A1;
}

h1 {
  font-size: 15px;
}

h2 {
  
  text-align: center;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  font-size: 14px;
  color: #637E5D;
  font-family: 	Arial;
  font-style: italic;
}

h3 {
  font-size: 10px;
}

div#wrapper {
  margin: 0px auto 0px auto;  
  border: solid 1px #d4d196;
  border-top: 0px;  
  width: 770px;
  background: #f0edb9;
}

img#logo {
  background: url(../images/logo.jpg) no-repeat;
  width: 770px;
  height: 97px;
}

div#top-nav {
  margin-top: -5px !important;
  margin-top: -4px;  
  width: 770px;
  height: 35px;    
  text-align: center;  
  white-space: nowrap;
}

div#top-nav ul {  
  background: #cdcb99;
  list-style-type: none;
  margin: 0px 0px 0px 0px;  
  padding-left:20px;
  height: 35px;
}

div#top-nav ul li {
  float: left;  
  text-align: center;  
  margin: 0px 2px 0px 0px;  
  background: url(../images/tab-left.jpg) no-repeat;
}

div#top-nav ul li a:link, div#top-nav ul li a:visited, div#top-nav ul li a:active {
  display: block;  
  line-height: 35px;        
  padding: 0px 24px 0px 24px;
  background: url(../images/tab-right.jpg) no-repeat top right;  
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #900;
}

div#top-nav ul li a:hover {
  color: #B9715A;
}

div#content {  
  padding: 15px;
}

div#content div.left {
  float: left;
  width: 47%;  
  border-right: solid 1px #C8CDBA;
  padding-right: 15px;
}

div#content div.right {
  margin-left: 375px;  
  
}

div.featured {  
  border-bottom: solid 1px #C8CDBA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

div.featured a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;  
}

div#footer {
  width: 770px;
  height: 60px;
  background: #617E5C;
  text-align: center;
  color: #fff;
  font-size: 9pt;
  line-height: 150%;
  padding-top: 15px;  
}

div#footer a {
  color: #fff;
}

div.vertical-spacer {
  float: left;
  width: 0px;
  height: 500px;
}

.hidden {
  display: none;
}

.clear-both {
  clear: both;
}

.red {
  color: #990000;
}