Hi,
Basically the left and right columns in the template_css.css are in percentages (in yours they are 18%). You may want to consider them to have absolute values. Or perhaps a higher percentage, but I think that may make it too wide. A bit like this:
table.mainbody td.left,
table.mainbody td.right {
width: 175px;
background: #E0E5D5 url(../images/side-bg.png) repeat-x;
padding-top: 5px;
}