#fade-wrapper
{
    padding: 9px;
    background: #d7d7d7;
    margin-bottom: 15px;
}

    #fading-images
    {
        height: 247px;
    }

#news
{
    background: url(../img/news_bg.gif);
    width: 268px;
    min-height: 270px;
    padding: 15px;
    float: left;
}

* html #news
{
    height: 270px;
}

    #news h4
    {
        color: #0e5f1c;
        text-transform: uppercase;
    }

    #news ol
    {
        list-style: none;
    }

        #news ol li
        {
            padding-bottom: 15px;
        }

            #news ol .date
            {
                display: block;
                color: #0e5f1c;
            }

            #news ol .headline
            {
                display: block;
            }

    #register-link
    {
        color: #0e5f1c;
        font-weight: bold;
    }

#start
{
    float: left;
    width: 621px;
    margin-left: 15px;
}

    #start .column1, #start .column2
    {
        float: left;
        width: 47%;
    }

    #start .column2
    {
        float: right;
    }

    #start p
    {
        clear: both;
    }

        #start p a
        {
            font-weight: bold;
            color: #0e5f1c;
        }
