In your stylesheet_main.css, for a start:```
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin:10px; text-align:center; line-height:20px;
}
#productMainImage {width: 280px; float: left;} /add this line/
#productMainImage+strong+br.clearBoth {display: none;}/this is a temporary fix to hide the .clearBoth/
#productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
color:#262626; font-weight:bold; text-decoration:none;
}
#cartAdd {vertical-align:top; float:right; text-align:center; margin:1em; border:1px solid #000000; padding:1em;}