#main_right {
  float: right;
  width: 260px;
}

#welcome {
  width: 500px;
  text-align: justify;
  font: 14px Arial;
}
#kgfb {
  display: block;
  margin-bottom: 15px;
}


.high_estate {
  background-color: #BEBEBE;
  border-bottom: solid 4px #828282;
  padding: 10px;
  margin: 10px;
  font: 13px Arial;
  color: #000;
}
.high_estate .leadpic {
  float: left;
  width: 140px;
  border: solid 4px #363636;
  margin-right: 10px;
}
.high_estate .info {
  float: left;
  background-color: #FFF;
  padding: 2px 22px;
  width: 256px;
  border: solid 1px #A0A0A0;
  margin-bottom: 6px;
}
.high_estate .link {
  float: left;
  width: 301px;
  padding: 2px 0;
  margin-bottom: 6px;
  text-align: right;
}
.high_estate .link a {
  background-image: url(../../tools/high_button_bg.gif);
  background-repeat: repeat-x;
  padding: 4px 20px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}