Looks the same (error shows up), Firefox 2.0.0.13.
I believe it's caused by the fact you have:
Code:
<div id="blogroll" class="boxed">
<h2 class="heading">Contact</h2>
<div class="content">
<p><strong>Debbie Heavrin</strong></br>34 York St.</br>Hanover, Pa 17331</br>717-465-3241</br><a href="mailto:budsgirl@budsprintedroses.com">budsgirl@budsprintedroses.com</a></p>
</div>
When you should have:
Code:
<div id="blogroll" class="boxed">
<h2 class="heading">Contact</h2>
<div class="content">
<p><strong>Debbie Heavrin</strong><br />34 York St.<br />Hanover, Pa 17331<br />717-465-3241<br /><a href="mailto:budsgirl@budsprintedroses.com">budsgirl@budsprintedroses.com</a></p>
</div>
As defined here:
http://www.w3schools.com/TAGS/tag_br.asp
That should do it!
Oh, and put a space after 'Hurry!' in:
Code:
Hurry!Place your order and be the first in your area to have this one-of-a-kind gift!
Otherwise, looks great! (how the heck do you do that to roses?!)
-Justin