Just for further clarity should others need it, this is what you would put in your newly created page - page_newpage.html
HTML Code:
__include _header.html__
<div class="db_1_block">
<div class="caption">
<div class="title">__page_header_text__</div>
</div>
<div class="container">
<div class="clear_both"></div>
### In here is where you would add the content of you want to see in
your page eg: <p align=justify>Hello world!!</p>#####
</div>
<div class="clear_both"></div>
<div class="clear_both"></div>
</div>
<div class="foot">
</div>
</div>
<div class="clear_both"></div>
__include _footer.html__
</div>
Bookmarks