#nav_col {
    display: none; /* hides the entire nav column including the contact softer box */
}
#content_col {
    margin-left: 8em; /* reduces the left margin to fill the gap caused by above styles */
    margin-right: 4em;
}
* html #content_col {
    margin-left: 6.4em;
}