Hi, I took a look. Looks like you have the page set up right, category blog or similar. What's going wrong for you is you're not clearing your floated images. Any time you float an image, or anything for that matter, in your content - the image is removed from the "flow" so it's height doesn't affect the containing element. At the very bottom of your articles add this code:<div class="clear"></div>
That will help it not be so bunched up. I wrote this article awhile back that explains this concept in more detail, it might help you understand what's going on (see floats and clear section):
www.rockettheme.com/magazine/1406-basic-...tion-and-positioning
Once you have the menu item set up, you can go into the menu item settings and turn on the email / print buttons, date, category ECT and manipulate the meta settings in the menu item itself - on the right side of the menu item editor, all the options are in those panels. Play with them to see what will work. You can turn on the read more buttons or use them, but only if you have enough content to break up into 2 pages, otherwise it doesn't make much sense to do that. Hope that helps.