Regarding the Book navigation, if you need to move the navigation block at the top of the default main content, you should edit your node template. Edit your node.tpl.php template into your theme folder and add the following code:
<div class="content"<?php print $content_attributes; ?>>
<?php print render($content['book_navigation']); ?>
<?php
// We hide the comments and links now so that we can render them later.
hide($content['comments']);
hide($content['links']);
print render($content);
?>
</div>
In case this article leaves any of your questions or concerns unanswered, please feel welcome to email us or post a public question.
More than (just) Themes
http://www.morethanthemes.com/