
#area4 {
  width: 495px ;    /* will be overwritten by formatPage() */
  height: 475px ;   /* should be same as height of area3 */
  margin: 0px ;
  padding: 0px ;
  border-color: #000000 ;
  border-style: solid ;
  border-width: 1px 0px 2px 0px ;
  font-size: 14px;
  float: left ;
  overflow: hidden ;
}

#area4container {
  padding: 10px ;
}

#area4 a:link, #area4 a:visited {
    text-decoration: none ;
    /* color: inherit ; */  /* doesn't work IE */
}

#area4 a:hover {
    text-decoration: underline ;
}

#area4 img{
    border: 1px solid #000000 ; 
}

#area4 p {
    margin-top: 0 ;
    margin-bottom: 10px ; 
}

#BienvenidosAFleischmanns {
    width: 270px ; 
    height: 149px ;
    margin-bottom: 2px ;
}

#FleischmannsOnFacebook {
    float: left ; 
    margin-right: 10px ;
/*
    float: right ; 
    margin-left: 10px ;
*/
}

#FleischmannsOnFacebook img {
    width: 70px ; 
    height: 75px ;
    border: 1px solid #4872C4;
}

#area4 .laurels {
    width: 88px ; 
    height: 56px ;
    margin-left: 1px ;
    float: left ;
}


