body {
  background-position: center;
  font-family: verdana;
  font-size: 70%;
  margin: 0;
}
a {
  color: #663300;
  font-weight: bold;
}
#nav a {
  color: #000000;
  margin-right: 20px;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
div.nav {
  margin-bottom: 10px;
}
div.subnav {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 80%;
}
div.subnav a {
  color: #999999;
}
#container {
  margin: 0 auto;
  width: 814px;
  text-align: left;
  background-color: white;
}
#banner {
  background: url(images/banner_bg.gif);
  background-repeat: repeat-y;
  padding: 0 7px;
  height: 135px;
}
#nav {
  background: url(images/nav_bg.gif);
  background-repeat: repeat-y;
  padding: 5px 0 5px 170px;
  font-family: times new roman;
  font-weight: bold;
  font-size: 11px;
}
#banner img {
  vertical-align: middle;
}
#content_ {
  padding: 20px 20px 0 20px;
  background: url(images/content_bg.gif);
}
#footer {
  height: 31px;
  background: url(images/content_bot.gif);
  background-repeat: no-repeat;
  color: #999999;
  font-size: 90%;
  padding: 10px 0 0 30px;
}
#footer a {
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
#footer a:hover {
  text-decoration: underline;
}
#features {
  float: right;
  width: 161px;
}
div.feature {
  background: url(images/box_bg.gif);
  padding: 0 20px;
  font-family: times new roman;
  font-size: 13px;
}
h2 {
  font-family: times new roman;
  font-weight: normal;
  margin-top: 0px;
}



