remove the <br /> tag above and the <p></p> tags below the image reference in your article
then add a class like move-dude to the img reference
<img border="0" src="images/stories/RLemon_standing03.png" alt="Robert Lemon" class="move-dude">
then add this at the bottom of your template.css file:.move-dude {position: relative; top: 59px;}
you may need to change the 59px value.