img.pic { border: 1px solid #999999; }
a img { border: 0; }
body {
  background-position: center;
  font-family: verdana;
  font-size: 80%;
  margin: 20px;
}
a {
  color: #3d5a2b;
  text-decoration: underline;
}
a.menu {
  color: black;
  text-decoration: none;
}
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: 0 auto;
  width: 800px;
  text-align: left;
}
#banner {
}
#banner img {
  vertical-align: middle;
}
#content_ {
  padding: 5px 20px;
  background: url(images/bg.gif);
  background-repeat: repeat-y;
  width: 586px;
  float: right;
}
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 {
  background: url(images/content_bg.gif);
  background-repeat: repeat-y;
  text-align: right;
  padding-right: 17px;
  font-size: 80%;
  color: #999999;
}
div#footer a {
  color: #999999;
  text-decoration: none;
}
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;
}
h1 {
  font-size: 150%;
  margin-top: 0;
}
input.btn {
  font-family: lucida sans;
  font-size: 100%;
}
div.out {
  border: 1px solid #849a39;
  width: 125px;
  background-color: #cae56c;
  padding: 3px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.over {
  border: 1px solid #849a39;
  width: 125px;
  background-color: #deeea6;
  padding: 3px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.rightpic {
  float: right;
  padding-left: 20px;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
div.leftpic {
  float: left;
  padding-right: 20px;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
div.sidebar {
  float: right;
  margin-left: 20px;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 80%;
  text-align: center;
}


