make backup copies before editing any theme files
it might be enough to change the width of #wrapper and #sidebar in your theme options (if there is a option to change css settings) or in style.css of your theme:
#wrapper {width:1030px!important;}
#sidebar {width:300px!important;}
if 300px is too norrow for whatever you need to get into the sidebar, increase it slighly, maybe to 310px;
the !important
is to force the width onto the style, as i could not find the style that ultimately defined the widths.
and the banner image https://www.red94.net/wp-content/themes/vigilance_pro/images/banner_v3.jpg needs to be widened from 980px to 1030px.