
body {
     background-color:#dddfdd;
    }

#rightFrame {
   width: 550px;
   height: 290px;
   float:left;
   display:inline;
   background-color:#dfc37b;
   background-image:   url("../../images/wake_gym1.jpg");
   background-repeat:no-repeat;
   background-position: 0 20px;
   }    
 
#secondaryMenuFrame {
  width: 205px;
  height: 20px;
  float: left;
  display: inline;
  background-color:#6c766c;
  } 
  
#mainContentFrame {
   width: 555px;
   float: left;
   display:inline;
   background-color:#fff;
   }  
 
#secondaryContentFrame {
   width: 205px;
   height: 270px;
   float: left;
   display:inline;
   background-color:#dfc37b;
   }
  
#pullQuotes {
  width:205px;
  height: 135px;
  background-color:#dfc37b;
  background-image: url("../../images/gym_pullquotes.gif");
  background-repeat:no-repeat;
  border-top: 1px solid #fff;
  }
  
#secondaryContentPhoto {
  width: 205px;
  height: 135px;
  } 