/*Set the overall layout of the page with this stylesheet*/

div.page{width:1024px;margin: 0px auto;overflow:hidden;position:relative}
div.navigation{width:100%;text-align:left;overflow:hidden;position:relative}
div.header{height:200px;width:100%;overflow:hidden;position:relative;}
div.body{width:944px;text-align:left;overflow:hidden;position:relative;padding-top:20px;padding-left:40px;padding-right:40px;}
div.footer{height:112px;width:944px;text-align:left;overflow:hidden;position:relative;padding-left:40px;padding-right:40px;}
body{text-align:center;position:relative}


table.navigation{text-align:center;width:100%;}

table.footer{margin-left:auto;margin-right:auto;}