div.boxed {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px 0;
    padding: 0 0 25px 0;
}
div.boxed.last {
    border-bottom: 0 none;
}
div.box {
    float: left;
    width: 350px;
}
div.boxed.last div.box {
    width: 233px;
}
div.boxed.last div.box h2 {
    font-size: 120% !important;
}
div.boxed.last div.box a img {
    width: 220px;
}

