You can change this::
#ja-container {template_css.css (line 748)
background: url(“../images/leftcol-right-bg.gif”) repeat-y scroll 60% 0 transparent;
padding: 0;
}
to
#ja-container {template_css.css (line 748)
background: url(“../images/leftcol-right-bg.gif”) repeat-y scroll 97% 0 transparent;
padding: 0;
}
then, change this::
#ja-mainbody {template_css.css (line 1166)
float: left;
width: 80%;
}
to
#ja-mainbody {template_css.css (line 1166)
float: right;
width: 80%;
}
and
#ja-leftcol {template_css.css (line 1207)
float: right;
width: 24.9%;
}
to
#ja-leftcol {template_css.css (line 1207)
float: left;
width: 24.9%;
}