In the XML...
Code:
<h2 class="chapter">Chapter One</h2>
In the CSS...
Code:
.chapter {
margin-top: 25px;
margin-bottom: 25px;
text-align: center
{
There you go, space at the top of the chapter heading and space at the bottom with the chapter heading centered.