/*
Owner: Elizabeth Cassidy
Author: Karin Dun
Created: 4/24/2011
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;
  }
  
  img
  {
    border: none;
  }
  
  h1
  {
    margin: 0;
  }
  
  h4
  {
    text-align: center;
    margin-top: 12px;
    margin-left: 2px;
    margin-bottom: 8px;
  }
  
  p
  {
    font-size: 20px;
    margin: 0px;
    margin-top: 10px;
  }
  
  .table
  {
    text-align: left;
    font-size: 16px;
  }
  
  #nav
  {
    width: 162px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  
  #nav img
  {
    margin-top: -5px;
    padding-bottom: 2px;
  }
  
  #content
  {
    float: left;
    width: 617px;
    height: 1237px;
    margin-top: 0px;
    margin-left: 162px;
    padding: 0px 10px;
    background-color: #e6b426;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
  }
  
  #welcome
  {
    text-align: left;
    margin-left: 138px;
    margin-top: 15px;
  }
    
  #best
  {
    text-align: left;
    margin-left: 75px;
    margin-top: -10px;
  }
  
  #best06
  {
    margin-top: 22px;
  }
  
 /* Vertical Menu */
    
  div#vertMenu 
  {
    position: absolute;
    margin-top: 0px;
    margin-left: -800px;
    background-color: #e6b426;
    height: 672px;
  }
      
  div#vertMenu li 
  { 
    height: 35px; 
    width: 162px; 
    line-height: 35px; 
    text-align: center;
    margin-top: -2px;
    margin-left: -40px;
    background-image: url(images_new/black_button.gif); 
    list-style: none; 
  }
    
  div#vertMenu li:first-child 
  {
    margin-top: 1px;
  }    

  /* 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;
    padding-bottom: 0px;
    height: 734px;
  }