body {margin: 0;
      padding: 0;
      font-family: sans-serif;
      font-size: .7em;
     
     
}

div#wrapper { width: 460px;
              margin-left: auto;
              margin-right: auto;
}


div#header {padding: 0;
             
              background-color: white;
              color: #ffffff;
            
              height: 110px;
              margin-top: 10px;
               background-image: url(header-blue-460x110.jpg);
               margin-bottom: 0;
}
div#navigation { 
                 background-color: #ffffff;
}

#intro { height: 80px;
         width: 460px;
         background-image: url(center-460x80.jpg);
         margin-top: 0; 
}

div#footer {padding: 0;
              text-align: center;
              clear: both;
              background-image: url("blue-footer-460x51.jpg"); 
              background-color: white;
              height: 49px;
              color: yellow;
              margin-bottom: 30px;
              line-height: 51px;
              font-size: 1.4em;
              font-weight: bold;
}


div#maincontent {padding: 2%;
                   text-align: justify;
               
                   background-color: #ffffff;
                   color: #000000;
                   border-right: solid #bfbbb4 1px;
                   border-left: solid #bfbbb4 1px;
                  
}

#maincontent p { font-size: 1.1em;
}

.berryhome {width: 398px;
            display: block;
            margin-left: auto;
            margin-right: auto;
}






