#f-content .item
{
    width: 558px;
    height: 250px;
    text-align: center;
}
#f-content .item.notext
{
    height: 170px;
}
#f-content .item div
{
    float: left;
    width: 150px;
    margin-right: 36px;
}
#f-content .item h2
{
    color: rgb(255,255,255);
    background-color: rgb(255,182,0);
}
#f-content .item p
{
    font-size: 0.8em;
}
