Hmmm......don't see the text wrapping around the image anymore, but I was playing around with your stylesheet a little bit........throw these in your stylesheet just for a look..............see what you think:

Code:
h1#productName {
   font-size: 20px;
   text-align: center;
   padding: 10px 0 10px 0;
   border: 1px solid #f3ecd9; 
   background: #fcfcea;
}
#productPrices {
   text-align: center; 
   background: #edf9fd; 
   width: 61%; 
   float: right; 
   border: 1px solid #f3ecd9;
}
#productDescription {
   float: right;  
   width: 60%; 
   border: 1px solid #f3ecd9; 
   background: #fcfcea; 
}