The border is coming from the body tag:
Code:
body
{
background: #999999 url(images/mainback.png) repeat;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 15px 15px 15px 15px;
border-top : 1px solid #000000;
border-left : 1px solid #000000;
border-bottom : 2px solid #000000;
border-right : 2px solid #000000;
}
I suggest placing the border in .page class or set it in the header.