I've included a screenshot of the layout of the donate page. The areas highlighted in red are 0 margin where they need something.
The areas in blue are what correspond to the <li> problem I mentioned.
The code for that area (it appears one line in the Source, but I've tabbed it to make it more readable) is:
HTML Code:
<div class="block faqblock" id="paypal_verified">
<br />
<h2 class="blockhead">We're PayPal Verified!</h2>
<div class="blockbody">
<div style="float:left;margin:0 5px 0 0;">
<a href="https://www.paypal.com/us/verified/pal=paypal@thexuniverse.com" target="_blank">
<img class="inlineimg" src="awcodinglite/images/misc/verification_seal.gif" border="0" alt="Official PayPal Verified Seal" />
</a>
</div>
<li>To become Verified, a PayPal member in United States must provide PayPal with proof that he or she has opened an account at a bank or other financial institution. Because these institutions are required by law to screen account holders, PayPal's verification process increases security when you pay parties you do not know. Please note that PayPal's verification system does not constitute an endorsement of a member, nor a guarantee of a member's business practices. You should always consider other indicators when evaluating members, including length of PayPal membership and reputation scores (on eBay or other auction sites, if applicable).</li>
</div>
</div>