<?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">Start Saving</h2>

          <h4><strong>Types of Savings</strong> </h4>
          <p>Research and explore the many types of savings.</p>
          <p class="cta"><a href="facilitatorguide_ch4a_lesson2.php">Check it out</a></p>
          
          <h4><strong>Planning for Retirement</strong> </h4>
          <p>Explore how and why you should begin planning for retirement.</p>
          <p class="cta"><a href="facilitatorguide_ch4b_lesson1.php">Check it out</a></p>
          
          <h4><strong>How Your Money Grows</strong> </h4>
          <p>Investigate how your money can grow on its own through compound interest.</p>
          <p class="cta"><a href="facilitatorguide_ch4b_lesson2.php">Check it out</a></p>
          
          <h4><strong>Career Choices (Web Exclusive)</strong> </h4>
          <p>Investigate how an individual's career choice might affect their financial future.</p>
          <p class="cta"><a href="facilitatorguide_ch4a_techlesson.php">Check it out</a></p>
     
</div> <!-- end full content div  -->
 
 
 <!-- END FULL COLUMN  -->
 
  </div> <!-- end column container div  -->
  



<?php include( '../includes/footer.php' ); ?>
