#content .goodies
{
    margin-left: -35px;
}

.rounded_rectangle.goodie
{
    background: url(../images/rounded_rectangle/half_width_with_sidebar_top.png) top left no-repeat;
    float: left;
    margin-bottom: 23px;
    margin-left: 35px;
    padding: 4px 0 0 0;
    width: 310px;
}

.rounded_rectangle.goodie .wrapper
{
    background: url(../images/rounded_rectangle/half_width_with_sidebar_bottom.png) bottom no-repeat;
    height: 84px;
    min-height: 84px;
    margin: 0;
    padding: 8px 18px 25px 16px;
    position: relative;
}

#content .rounded_rectangle.goodie h2
{
    font-size: 1em; /* 16px */
    margin: 8px 0 0 8px;
}

#content .rounded_rectangle.goodie h2 a
{

    margin: 0;
    position: absolute;
    top: -2px;
    left: 0;
    width: 310px;
    height: 115px;
    padding: 0;
}

#content .rounded_rectangle.goodie h2 a span
{
    display: block;
    padding: 14px 0 0 15px;
}


#content .rounded_rectangle.goodie p
{
    margin-top: 2.5em;
    margin-bottom: 0;
}
