.two-column-static-block-layout {
    padding: 10px 0;
}
.two-column-static-block-layout .left-main {
    float: left;
    width: 700px;
}
.two-column-static-block-layout .right-static-block {
    float: right;
    width: 250px;
}
.two-column-static-block-layout .right-static-block.browse {
    padding-top: 10px;
}
.static-block-container {
    background-color: #ddd;
    border: 1px solid #555;
    padding: 8px 10px;
}
.static-block-title {
    font-weight: bold;
    padding-bottom: 1px;
    text-align: center;
}
.static-block-content {}