One more thing I noticed.

When setting the display: none; tag for h1 when the New Products centerbox is displayed upon entering my store it cut off about half of the centerbox header. So I ended up just deleted that line:

<h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>


display's fine now.