/* CSS for layout */
form {margin:0 auto;width:1000px;}
header {position:relative; height:190px; z-index:100;}

#LeftPanel {float:left; width:250px; margin-left:-100%;background-color:#FFC;}
#GlobalWrapper {margin-top:20px;}
#ContentWrapper,
#InnerContentWrapper {width: 100%; float:left;}
#RightPanel {float:left; width:312px; margin-left:-320px; margin-top:15px; position:relative;}

.MarginBoth {margin-right:250px;margin-left:250px;}
.MarginLeft {margin-left:250px;}
.MarginRight {margin-right:350px; margin-left:8px;}

footer {position:relative; height:125px; background:url(i/FooterBG.png) repeat-x left top;}