> Any idea what I could do about the highlighted problem 2 below?

Change this:

.LastUpdated {
color:#2B0000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-style:italic;
}

To this:

.LastUpdated {
color:#2B0000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-style:italic;
margin-bottom:0;
padding-bottom:10px;
}

To understand why, search for "collapsing margin".

For the top part, remove the <br> you have before sidebar.

As a side note, your construct is really weak, I'd start from scratch. And
you should not use <p> or <br> to create vertical space.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to