/*
Owner: Elizabeth Cassidy
Author: Karin Dun
Created: 4/12/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;
  }

  h3
  {
    margin: 0;
    margin-top: 15px;
  }
  
  h4
  {
    margin: 15px;
    margin-top: 2px;
    margin-left: 0px;
  }
  
  #parasp
  {
    margin-top: 15px;
  }
  
  #parasp2
  {
    margin-top: -12px;
  }
  
  p
  {
    margin: 0;
    margin-top: 5px;
  }
  
  #content
  {
    float: left;
    width: 577px;
    height: 920px;
    margin-top: 0px;
    margin-left: 162px;
    padding: 0px 30px;
    background-color: #e6b426;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  
  /* 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: 417px;
  }
  
a#embody:link {color:#ee1289;}
a#embody:visited {color:#ee1289;}
a#embody:hover {color:#ee1289;}
a#embody:active {color:#ee1289;} 