Quote Originally Posted by jettrue View Post
Remove the padding-right from the .outer section:

.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}

and remove the background image from contentMainWrapper.
Beautiful. Perfect. Thanks for the help. I found the background image on my own but still could not find where to remove the column.