.menulist {
   width:auto;
   height:auto;
   padding-bottom:100px;
}


.infoarea {
   width:850px;
    overflow: hidden;
}

.infoarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .infoarea {
    height: 1em;
    overflow: visible;
}
/**/

.infol {
   width:550px;
   height:auto;
   float:left;
}
.infor {
   width:276px;
   height:auto;
   float:left;
   padding-left:24px;
}


.infol p {
   letter-spacing:2px;
   line-height:20px;
   margin-bottom:20px;
}

.infoimg {
   width:276px;
   height:auto;
}

.infoimg img {
   margin-bottom:10px;
}


.enlarge {
   color:#50b048;
   padding-left:12px;
}

.enlarge a:link,
.enlarge a:visited {
   color:#50b048;
   text-decoration:none;
}
.enlarge a:hover,
.enlarge a:active {
   color:#50b048;
   text-decoration:underline
}