<?php
/**
 * @package WordPress
 * @subpackage Structure
 */
?>

<div style="clear:both;"></div>

<div id="footertopbg">

	<div id="footertop">

			<div class="footertopleft widget-area">
				<ul>
				<?php dynamic_sidebar( 'Footer Left' ); ?>
				</ul>
			</div>

			<div class="footertopmidleft widget-area">
				<ul>
				<?php dynamic_sidebar( 'Footer Mid Left' ); ?>
				</ul>
			</div>

			<div class="footertopmidright widget-area">
				<ul>
				<?php dynamic_sidebar( 'Footer Mid Right' ); ?>
				</ul>
			</div>

			<div class="footertopright widget-area">
				<ul>
				<?php dynamic_sidebar( 'Footer Right' ); ?>
				</ul>
			</div>

	</div>


</div>

<div id="footerbg">

	<div id="footer">

		<div class="footerleft">
			<div class="footertop">
				<p><a href="<?php echo home_url( '/' ); ?>" title="Home"><?php bloginfo('name'); ?></a> &middot; <?php bloginfo('description'); ?></p>
			</div>

			<div class="footerbottom">
				<p><a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'structuretheme' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'structuretheme' ), 'WordPress' ); ?></a> <?php printf( __( 'Theme: %1$s by %2$s.', 'structuretheme' ), 'Structure', '<a href="http://www.organicthemes.com/" rel="designer">Organic Themes</a>' ); ?></p>
			</div>
		</div>

		<div class="footerright">
		</div>

	</div>

</div>

</div>

<?php wp_footer(); ?>

</body>
</html>