body {
  background-color: #cbba9c;
}

#container {
  background-image: url("../images/home_container_bg.jpg");
  background-repeat: repeat-x;
  text-align: center;
}


#feature_listings {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 890px;
}

#frame {
    background-image: url("../images/home_bg2.jpg");
}

#frame_bottom {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
    width: 896px;
}
#frame_bottom h3 {
  color: #fefaf5;
  font-weight: bold;
}

#frame_top {
    height: 552px;
}

#footer img.jerry_headshot {
  border: 3px #342818 solid;
  float:left;
  margin: 8px 30px 60px 30px;
}

#footer img.realtor_logo {
  border: none;
  float: right;
  margin: 20px 40px 60px 0px;
}

#footer_text {
  float:left;
  width: 600px;
}
#footer .vcard {
  padding-bottom: 10px;
  padding-top: 16px;
}
#footer .vcard span {
  padding-left: 15px;
  padding-right: 15px;
}
#footer .vcard span span{
  padding-left: 0px;
  padding-right: 0px;
}




#welcome {
    color: #57442a;
    float: right;
    padding-left: 20px;
    padding-right: 31px;
    padding-top: 138px;
    position: relative;
    text-align: center;
    width: 680px;
}

div.feature {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    text-align: center;
    width: 164px;
}
div.feature h3 {
    padding-bottom: 4px;
}
div.feature img {
  border: 3px #e9dfd3 solid;
  height: 110px;
  width: 160px;
    
}