#below_container
{
    width: 48%;
    float: right;
    background-color: #F5F8F9;
}
.red, .fred
{
    color: red;
}

#why_create
{
    border:1px #ffb900 solid;
    width: 48%;
    float: left;
    padding: 10px 10px 10px 0px;
}

#why_create legend
{
    font-weight: bold;
    margin-left: 10px;
}

#why_create ul
{
    list-style: disc;
    margin-left: 40px;
}

#why_create li
{
    margin-bottom: 5px;
}
