/*
Owner: Elizabeth Cassidy
Author: Karin Dun
Created: 8/20/2010
Time: 1:51 pm
Copyright © 2010 Tru-Balance Pilates
*/

  body
  {
    text-align: center;
    background-color: white;
    color: black;
    margin: -1px;
    font-family: ariel, helvetica, sans-serif;
  }
  
  #container
  {
    text-align: left;
    margin: 0 auto;
    width: 800px;
    background-color: #e6b426;
  }
  
  img#tru
  {
    border: none;
    margin-top: -6px;
    margin-left: 160px;
  }
  
  h1
  {
    margin: 0;
  }

  h3
  {
    margin: 0;
    margin-top: 15px;
  }
  
  h4
  {
    margin: 15px;
    margin-top: 2px;
    margin-left: 0px;
  }
  
  #parasp
  {
    margin-top: 15px;
  }
  
  table
  {
    margin-top: 0px;
    margin-left: -5px;
  }
  
  p
  {
    margin: 0;
    margin-top: 5px;
  }
  
  #content
  {

    width: 739px;
    height: 759px;
    margin-top: -760px;
    margin-left: 60px;
    padding: 0;
    background-color: #e6b426;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  
  /* Vertical Menu */
     
  div#vertMenu 
  {
    position: relative;
    width: 162px;
    margin-top: 1px;
    margin-left: 0px;
    background-color: #e6b426;
  }
      
  div#vertMenu li 
  { 
    height: 35px; 
    width: 162px; 
    line-height: 35px; 
    text-align: center;
    margin-top: -2px;
    margin-left: -40px;
    background-color: #e6b426;
    background-image: url(images_new/black_button.gif); 
    list-style: none;
  }  
  
  /* Make the entire button a hot spot for the link */
      
  div#vertMenu a { 
    display: block; 
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    color: white; 
    text-decoration: none;
  }
     
  img#lt_footer
  {
    border: none;
    margin-top: -22px;
    margin-bottom: -3px;
    padding-bottom: 0px;
  }