body {
  background: url(images/bg.gif);
  background-position: center;
  font-family: lucida sans;
  font-size: 70%;
}
a {
  color: #ff5600;
}
a.selected {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
div.nav {
  margin-bottom: 10px;
}
div.subnav {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 80%;
}
div.subnav a {
  color: #999999;
}
#container {
  margin: 10px auto;
  width: 800px;
  text-align: left;
  background-color: white;
}
#banner {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
}
#banner img {
  vertical-align: middle;
}
#content_ {
  padding: 20px 0;
}
div#leftnav {
  float: left;
  width: 149px;
}
div#innercontent {
  width: 480px;
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  padding: 0 10px;
  float: left;
}
div#rightnav {
  float: left;
  width: 139px;
  padding-left: 10px;
}
div#footer {
  border-top: 1px dotted #cccccc;
  padding-top: 5px;
  margin-top: 20px;
  clear: both;
  text-align: center;
  font-size: 85%;
}
div.inner_lower {
  border-top: 1px dotted #cccccc;
  padding-top: 20px;
}
div.advert {
  border: 1px dotted #cccccc;
  padding: 5px;
  margin-bottom: 10px;
  height: 125px;
  vertical-align: middle;
}



