You still have a <br class="clearBoth" /> at the end of your Additional Product Images code.
You may get more consistent results by giving the description a big left margin instead of floating it.
Code:
/*beginning of additional images code*/
h1#productName, h2#productPrices, #productDescription {
margin-left: 240px;
padding-left: 0;
}
#productDescription p, #productDescription font {
margin-left: 0;
padding-left: 0;
}
#productAdditionalImages {
width: 230px;
}
#productAdditionalImages img {
margin : 1em 0 1em 0;
float : left;
}
#productAdditionalImages .clearBoth {display: none;}
/*end of additional images code*/