In your lead article you have the image inside a <div> tag that is closed BEFORE the <p>aragraph begins.
<div>
<img src "blah..." align=right">
</div>
<p>MTG Networking is a full-service IT company that addresses technical issues which come up in the workplace and negatively impact productivity. We special.../p>
Go back and make sure the image is not enclosed by <div> tags…and insert your image inside your <p> tag just for kicks and see what happens. Sometimes WYSIWYG editors think we want <DIV> tags all over the place…and we have to sort of police them.
Good luck.
Have fun.
John.