/*
Owner: Elizabeth Cassidy
Author: Karin Dun
Created: 4/11/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;
    background-color: #e6b426;
  }
  
  img
  {
    border: none;
  }
  
  h1
  {
    margin: 0;
  }
  
  h3
  {
    margin: 15px;
    margin-top: 15px;
    margin-left: 0px;
  }
  
  #content
  {
    float: left;
    width: 577px;
    height: 747px;
    margin-top: -8px;
    margin-left: 162px;
    padding: 0px 30px;
    background-color: #e6b426;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  
  table
  {
    border-style: none;
    width: 400px;
  }
  
  td.heading
  {
    padding-top: 20px;
  }
  
  td.label
  {
    border-style: none;
    margin: 0;
    width: 50px;
    padding: 0;
    padding-left: 10px;
  }
  
  td.fee
  {
    border-style: none;
    margin: 0;
    width: 150px;
    padding: 0;
  }
  
  /* Vertical Menu */
  
  div#vertMenu {
    position: absolute;
    margin-top: -8px;
    margin-left: 0px;
    background-color: #e6b426;
   }
  
  div#vertMenu li { 
    height: 35px; 
    width: 162px; 
    line-height: 35px; 
    text-align: center;
    margin-top: 1px;
    margin-left: -40px;
    background-image: url(images_new/black_button.gif); 
    list-style: none; 
  }
  
  div#vertMenu li:first-child {
    margin-top: -15px;
  }
  
  /* 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: -18px;
    padding-bottom: 0px;
    height: 246px;
  }
  