This template has an obvious Daycare theme. I had quite a few requests for this type of template. There is a blank image in the images directory labeled logo.gif you can use for your logo.
This layout uses the iframe command to control this area. You'll need to know a little about iframe to adjust this template. Check out the tutorial here.
In the html you will see <iframe src="data.html" width="90%" height="90%"></iframe>
The frame is actually looking for the data.html page which is this page full of text. When you create additional pages you can also create extra data pages and change the iframe to point to them like:
<iframe src="data2.html" width="90%" height="90%"></iframe>