<?php 

$page = ""; 
$section = "misc"; 
$title = "Classroom Ideas - Your Life Your Money | PBS"; 
$content = "full";  #either "full" or "right" depending on the template width

# USE $bodyload for onload calls, otherwise leave commented out
# $bodyload = "";

include( '../includes/header.php' ); 

?>









<div id="heading" class="<?php echo $content; ?>"> <?php # Heading ?>

<img src="../images/headings/heading_classroomideas.png" width="900" height="85" alt="Real Stories" class="trans" />

</div> <!-- end heading --> 





<div class="container">  <?php # Wraps the two columns to keep things organized ?>




<!-- FULL COLUMN  -->


<div id="fullcontent"  class="bbg trans">
     
	<h2 class="top">Do It Yourself</h2>

             <h4><strong>Where Does Your Paycheck Go?</strong> </h4>
             <p>Learn how to read a pay stub and what taxes are taken from your actual earnings.</p>
             <p class="cta"><a href="facilitatorguide_ch6_lesson1.php">Check it out</a></p>
             
             <h4><strong>Rewards and Challenges of Self-Employment</strong> </h4>
             <p>Analyze the rewards and challenges of self-employment.</p>
             <p class="cta"><a href="facilitatorguide_ch6_lesson2.php">Check it out</a></p>
             
             <h4><strong>Being Your Own Boss</strong> </h4>
             <p>Interview a local business owner to learn what it’s like being your own boss.</p>
             <p class="cta"><a href="facilitatorguide_ch6_lesson3.php">Check it out</a></p>
     
</div> <!-- end full content div  -->
 
 
 <!-- END FULL COLUMN  -->
 
  </div> <!-- end column container div  -->
  



<?php include( '../includes/footer.php' ); ?>
