/*****************************/
/* Page Body Structure Begin */
/*****************************/

table.page { 
  height:100%;width:996px;background:white;
  margin:0 auto;
  border-right:solid 1px #3400ff;
  border-left:solid 1px #3400ff;
}
table.page td#page_top {vertical-align:top;}
table.page td#page_bottom {vertical-align:bottom;}

div.page_header {height:52px;background:#3400ff url("../images/bg-header.gif") -580px;}
div.page_footer {height:69px;color:white;background:#3400ff url("../images/bg-footer.gif") -580px}

div.page_footer div {padding:2px 0px 0px 10px;}
div.page_footer a {color:yellow;text-decoration:none}
div.page_footer a:hover {color:yellow;text-decoration:underline}

table.page_body {width:100%;}
table.page_body td.page_body_col_L {width:170px;}
table.page_body td.page_body_col_M {width:602px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;}
table.page_body td.page_body_col_R {width:220px;padding-right:2px;}

table.page_body td.page_body_col_M table.page_body_content {width:100%;}
table.page_body td.page_body_col_M table.page_body_content td.page_body_content_col_L {width:50%;padding-right:4px;}
table.page_body td.page_body_col_M table.page_body_content td.page_body_content_col_R {width:50%;padding-left:0px;}

/*****************************/
/*  Page Body Structure End  */
/*****************************/

