
/* OUTSIDE BORDER */
#HeaderDIV .Left { width:16px; height:118px; float:left; background-image:url(../Images/TopLeft.png); background-repeat:no-repeat; }
#HeaderDIV .Middle { width:830px; height:118px; float:left; background-image:url(../Images/Top.png); background-repeat:repeat-x; background-position:top; }
#HeaderDIV .Right { width:16px; height:118px; float:left; background-image:url(../Images/TopRight.png); background-repeat:no-repeat; }

#FooterDIV .Left { width:16px; height:93px; float:left; background-image:url(../Images/BottomLeft.png); background-repeat:no-repeat; }
#FooterDIV .Middle { width:830px; height:93px; float:left; background-image:url(../Images/Bottom.png); background-repeat:repeat-x; background-position:bottom; }
#FooterDIV .Right { width:16px; height:93px; float:left; background-image:url(../Images/BottomRight.png); background-repeat:no-repeat; }

#BodyDIV { width:862px; float:left; margin:auto; background-image:url(../Images/Middle.png); background-repeat:repeat-y; position:relative;}
#HeaderDIV { width:862px; float:left; margin:auto; }


