<?php get_header(); ?>
<?php get_sidebar(1); ?>
<?php get_sidebar(2); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>">
<div class="bg-top"><div class="bg-bot"><div class="bg-left"><div class="bg-right">
<div class="corner-left-top"><div class="corner-right-top"><div class="corner-left-bot"><div class="corner-right-bot">
<div class="indent border-bottom" style=" background: none;">
<div class="title-page">
<h2><?php the_title(); ?></h2>
</div>
<div class="text-box">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
</div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<div class="link-edit"><?php edit_post_link('Edit', ''); ?></div><br />
</div>
</div></div></div></div>
</div></div></div></div>
</div>
<?php endwhile; endif; ?>
<?php get_footer(); ?>