#footer {
  clear: both;
  overflow: hidden;
  color: #f2e9d7;
  font-size: 11px;
  }
#footer .left {
  width: 320px;
  float: left;
  padding-left: 60px;
  background: transparent url('/img/footer/brown_balloon.gif') center left no-repeat;
  height: 70px;
  overflow: hidden;
  display: inline;
  margin: 10px;
  margin-left: 90px;
  }
#footer .left td {
  /*font-family: Times, Verdana, Arial;*/
  font-size: 11px;
  }
#footer .right {
  display: inline;
  margin-right: 100px;
  margin-top: 10px;
  width: 380px;
  float: right;
  text-align: center;
  }
#footer .brown_laurel {
  height: 25px;
  background: transparent url('/img/footer/brown_laurel.gif') center center no-repeat;
  }
  
#footer a {
  color: #8f7167;
  padding: 0px 5px;
  }
#footer a:hover, #footer a.selected {
  color: #f2e9d7;
  text-decoration: none;
  }
#footer .fsi a b {
  color: #f2e9d7;
  font-weight: normal
  }
#footer .fsi a:hover {
  border-bottom: 1px solid #f2e9d7;
  color: #8f7167;
  }
#footer .left a {
  color: #f2e9d7;
  padding: 0px 5px;
  }
#footer .left a:hover {
  text-decoration: underline;
  }

