<?php 

$page = ""; 
$section = "vocab"; 
$title = "Vocabulary: Making It &amp; Keeping It - 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_wordstoknow.png" width="900" height="85" alt="Words To Know" 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">Vocabulary - Making It &amp; Keeping It</h2>
    <h3><strong>Entrepreneur</strong></h3>
    <p>An individual who conceives of, establishes, operates, and assumes the risks of a business.</p>
    <h3><strong>Financial Literacy</strong></h3>
    <p>The ability to use knowledge and skills to manage one&rsquo;s financial resources effectively for lifetime financial security. </p>
    <h3><strong>Financial Security</strong></h3>
    <p>Financial freedom from doubt, anxiety, or fear; a confident backup of funding in the form of assets or savings which can be used in a time of need. </p>
    <h3><strong>Personal Finance</strong></h3>
    <p>The principles and methods that individuals use to acquire and manage income and assets.</p>
  </div>
  <!-- end full content div  -->
  <!-- END FULL COLUMN  -->
</div>
<!-- end column container div  -->
<?php include( '../includes/footer.php' ); ?>
