this theme has the images automatically float left, which means anything else (like you text) will float around it.
This rule is in the stylesheet:
/* IMAGE STYLE */
img {
float: left;
padding-right: 5px;
border: 0;}
Just delete the “float: left;” line and your images with then inherit whatever formatting you used in the wordpress editor (align left, etc)