/* 
    Document   : __NAME__
    Created on : 5-22-10
    Author     : Drew Murphy
    Description:
        Purpose of the stylesheet follows.
*/

body {
     
 }

#main {
     
     background: white;
     
 }
 
#rghtdiv {
      position: absolute;
      width: 300px;
      height: 800px;
      text-align: center;
      top: 35px;
      right: 10px} 
 
 #lftdiv {
      position: absolute;
      top: -8px;
      left: 0px}
 
 ul  {
      list-style-type: none;
      font-size: 22px;
      color: navy}
  
  
  h4 {
      color: blue;
  }
  
  #compare li {
       font-size: 16px;
        color: black}
    
    
 #gallery p {
      text-align: center;
      font-weight: bold;
      font-size: 22px;
      margin-top: 5px;
      margin-bottom: 15px}
