1. You need to delete the div for rightcol (which you did).
2. You then need to go to Default.css under the TemplateMonster folder. Find the #centercol CSS rule. Add a rule to it that reads Width: 100%. It should look as follows when you're done:
#centercol {
background-color:white;
margin-left:200px;
padding:0px;
position:relative;
width:100%;
}
// ******************************if (this.PostHelpedYou)
{
MarkAsAnswer();
}