					<!-- Content Ends -->
				</div>
			</div>
			<?php if (serifly_option('general_twitter_profile')): ?>
			<!-- Twitter Widget -->
			<div class="twitterWidget">
				<div class="center">
					<a class="profileLink" href="http://twitter.com/<?php echo serifly_option('general_twitter_profile'); ?>"></a><p>Loading<span>Retrieving latest tweet...</span></p>
				</div>
			</div>
			<?php endif; ?>
			<!-- Site Footer -->
			<?php if (function_exists('dynamic_sidebar') && is_active_sidebar('large-footer')): ?>
			<div class="siteFooter">
				<div class="center clearfix">
					<?php dynamic_sidebar('Large Footer'); ?>
				</div>
			</div>
			<?php endif; ?>
			<!-- Site Footer Bar -->
			<div class="siteFooterBar">
				<div class="center">
					<a class="backToTop" href="#">Back to Top</a>
					<?php if (serifly_option('general_footer_text')): ?>
					<p<?php if (serifly_option('general_footer_icon')) { echo ' style="padding-left: 0; background-image: none;"';  } else if (serifly_option('general_footer_icon_url')) { echo ' style="background-image: url(' . serifly_option('general_footer_icon_url') . ');"'; } ?>><?php if (serifly_option('general_footer_copy')) echo date('Y') . ' &copy; '; ?><?php echo serifly_option('general_footer_text'); ?></p>
					<?php else: ?>
					<p<?php if (serifly_option('general_footer_icon')) { echo ' style="padding-left: 0; background-image: none;"';  } else if (serifly_option('general_footer_icon_url')) { echo ' style="background-image: url(' . serifly_option('general_footer_icon_url') . ');"'; } ?>>Follow us on <a href="<?php if (serifly_option('general_twitter_profile')) echo 'http://twitter.com/' . serifly_option('general_twitter_profile'); ?>">Twitter</a> to receive updates regarding network issues, discounts and more.<br /><?php echo date('Y'); ?> &copy; <?php bloginfo('name'); ?>. Powered by <a href="http://wordpress.org">Wordpress</a>. Theme by <a href="http://serifly.com">Serifly</a>.
					<?php endif; ?>
				</div>
			</div>
		</div>
		<!-- Site Wrapper Ends -->
		<?php if (serifly_option('general_tracking_code')) echo serifly_option('general_tracking_code'); ?>
		<?php
			// Wordpress footer
			wp_footer();
		?>
	</body>
</html>