WordPress Include Page Plugin
Provides the ability to add an include_page() function that takes the post_id of the page that you want to include as an argument. You can call this function at any place in a template. An example call would be:
< ?php include_page(100); ?>
Use your own HTML code to produce the formatting that you desire.