body {
     background-color:#f7f1de;
    }

#rightFrame {
	width: 550px;
	height: 290px;
	float:left;
	display:inline;
	background-color:#dfc37b;
	background-image:   url("../../images/homeFeaturePhoto.jpg");
	background-repeat:no-repeat;
	background-position: 0 20px;
   }    
 
#secondaryMenuFrame {
  width: 205px;
  height: 20px;
  float: left;
  display: inline;
  background-color:#dfc37b;
  } 
  
#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/price.gif");
  background-repeat:no-repeat;
  border-top: 1px solid #fff;
  }

  
#secondaryContentPhoto {
  width: 205px;
  height: 135px;
  } 
