#content {
    padding: 20px 20px 0;
    background-image: none;
}
#frontvisual {
    margin-bottom: 20px;
}
#leftcolumn {
    float: left;
    width: 425px;
    padding: 0;
}
#rightcolumn {
    float: right;
    width: 465px;
    padding: 0;
}
.box h2 {
    width: 215px;
    height: 22px;
    padding: 8px 0 0 10px;
    background: url(../img/bgd_front_box_small_header.jpg) no-repeat;
    font-size: 14px;
    font-weight: bold;
}
.box {
    height: 170px;
    margin: 0;
    margin-bottom: 14px;
    background: url(../img/bgd_front_box_small_body.jpg) 0 30px no-repeat!important;
}
.box .body {
    width: 225px;
    height: 140px;
    background: transparent;
}
.box p {
    white-space: normal;
    width: 217px;
    padding: 4px 0 0 8px;
}
.box.large {
    background: url(../img/bgd_front_box_body.jpg) 0 30px no-repeat!important;
}
.box.large .body {
    width: 275px;
    height: 135px;
    padding-top: 5px;
    background: transparent;
}
.box.large p {
    width: auto;
    padding: 0;
}
.box.large img {
    float: left;
    margin-right: 10px;
}
.box.large h2 {
    width: 415px;
    background: url(../img/bgd_front_box_header.jpg) no-repeat;
}

/* - ie6 hacks - */
.box.large p {
    width: auto;
}
.box.large .body {
    width: 260px;
}






