1) we need a link to the actual site so we can actually look at the css that is acting on the pages
2) Try installing firebug in Firefox and use that to checkand compare the CSS acting on the various parts of the page

When i look at your normal site (the one in the root of your link)

I see a few differences in the actual page, in the frog version you are using paragraphs <p>, but in the Pom version you use breaks <br> to divide you paragraphs

If you look in your CSS you will see that paragraphs have sprcific fonts, sizes etc applied to them, so that may explain part of the problem