As for a section break, I've changed how I do it. I do it with a simple HR
Code:
hr {
margin-top: 1em;
margin-right: 40%;
margin-bottom: 0.9em;
margin-left: 40%;
border-top: 2px solid;
}
Code:
<hr/>
<p class="noindent">This paragraph is not indented and in the start of a new section.</p>
It puts in a line for a section break surrounded by space. It works, it's simple, and it looks good.