Updated. I have since changed the following in the style.css as a quick fix:
#outer-wrap {
width:57%;
margin: 0 auto;
padding: 0;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
However, the width should be at 100% and because of this, when you view the website on smaller computer screens or tablets,etc., the sizing is not adjusting properly and is very small.
I have reviewed the code over and over again. Any suggestions from anyone on how to resolve this issue the right way?