    .informationBox{        height:248px;        width:85px;        float:left;        margin:15px 0 0 18px;        background:#f6e5db;    }    .informationBox h2{        text-transform:none;        text-align:center;        background:#f78b4f;        color:#000000;        width:85px;        margin:0;        font-family:times;        font-size:120%;        padding:14px 0 15px 0;    }    .informationBox h2.oneLine{        padding:24px 0;    }    #content .informationBox p{        font-size:95%;        padding:.5em;        margin:0;    }