/* make the second column wider */
#main {
    width: 540px;
    border-right: 0;
}

/* hide the third column */
#sidebar {
    display: none;
}
