.footer {
  /* height: 110px;*/
 /* background: url('../images/footer_bg.gif') left top no-repeat; */
}

.footer .f_one {
  width: 180px;
  height: 20px;
  float: left;
}
.footer .f_two {
  width: 120px;
  height: 120px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  float: left;
  color: #5a646e;
  border-left: solid 1px;
  border-color: #ecb;
}

.footer .f_two a {
  text-decoration: none;
  color: #5a646e;
  padding-left: 10px;
  padding-top: 0px;
  line-height: 140%;
  background: url('../images/footer_link.gif') left top no-repeat;
  
}

.footer .f_two a:hover {
  color: #6a849e;
}


/*.footer .f_three {
  position: absolute;
  top: -100px;
  right: 0px;
}
*/
.footer .f_bottom {
  clear: both;
  width: 100%;
  height: 40px;
  text-align: center;
  border-top: solid 1px;
  border-color: #ddf;

  padding-top: 2px;
  background: url('../images/footer-bg.gif') left top no-repeat;
}

.footer .f_bottom a {
  margin-right: 10px;
  color: #9aa4ae;
}

.footer .f_bottom a:hover {
  color: #6a747e;
}

.sign {
  clear: both;
  width: 100%; 
  text-align: right;
  font-style: italic;
  margin: 0px auto 5px auto;
  color: #db9;
  font-size: 0.9em;
  border-top: solid 1px;
  border-color: #ecb;
}


