<?php /* Body tag */ ?>
<?php $__env->startSection('body_tag'); ?>
    <body class="page page-one-column no-main-form">
<?php $__env->stopSection(); ?>

<?php /* Content */ ?>
<?php $__env->startSection('content'); ?>
	<div class="row pad-top">
		 <div class="large-12  columns">
 		 	  <div class="widget main-widget faq-widget">
   			  	   <div class="widget-title">
     			   <h1 class="inn-hed-title"><?php echo $page_title; ?></h1>
   				   </div>
   				   		 <div class="widget-content inn-page-title widget-note">
   						 	  <div class="large-12 columns">
<?php echo $page_content; ?> 
   				 			  </div>
  						 </div>
  					<div class="clear">
					</div>
  	   			</div>
			</div>
	</div>

<!-- old code 
<div id="main">				
    <div id="primary">					
        <div class="clear"></div>
        <div id="content" style="width:948px">
            <div class="widget main-widget faq-widget">
                <div class="widget-title">
                    <div>
                        <?php echo $page_title; ?>

                    </div>
                    <div class="clear"></div>	
                </div>
                <div class="widget-content widget-note">
                        <?php echo $page_content; ?> 
                </div>		
            </div>
        </div>
    </div>
</div>
-->

<?php $__env->stopSection(); ?>

<?php $__env->stopSection(); ?>


<?php echo $__env->make('site.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>