div#bottom_menu {
  list-style: none;
  padding: 2px;
  margin: 0px;
  font-size: 11px;
  height: 40px;
  background: transparent url('/static/img/footer/footer_hline.gif') bottom center no-repeat;
  }
div#bottom_menu div.submenu {
  display: block;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
div#bottom_menu div.item {
  display: inline;
  padding: 2px 4px 2px 9px;
  background: transparent url('/static/img/footer/purple_circle.gif') center left no-repeat;
  }
div#bottom_menu div.item.first {
  padding-left: 10px;
  background: none;
  }
div#bottom_menu div.item a {
  text-decoration: none;
  }
div#bottom_menu div.item a:hover {
  text-decoration: underline;
  }


div#author {
  padding: 5px 12px;
  text-align: center;
  }
div#author b {
  font-weight: normal;
  }
  
div#footer .left {
  height: 200px;
  width: 710px;
  float: left;
  background: #1e0040 url('/static/img/footer/bg_footer_left.gif') top left no-repeat;
  }
div#footer .right {
  padding: 10px 5px;
  height: 200px;
  width: 255px;
  float: right;
  background: #1e0040 url('/static/img/footer/bg_footer_right.gif') top right no-repeat;
  }
div#footer .right p {
  font-size: 10px;
  }

  

