#listing {
    width: 600px;
}
#listing span.price {
    font-weight: bold;
    float: left;    
}

#listing span.bedbath {
    float: right;
    font-style: italic;    
}

#listing .main_image {
    text-align: center;    
}

#listing .images img {
    vertical-align: middle;    
}



