
body {
	margin: 0;
}

table.main-layout-table {
	margin-left: auto;
   	margin-right: auto;
   	width: 825px; /* width of header picture */
   	height: 100%;
}


/* header content area */

table.main-layout-table tr.header-area {
   	height: 138px; /* height of header picture */
}

#header-container {
	position: relative;
	width: 100%;
	height: 100%; 
	/* border: 1px solid black; */
}

table.header-table {
   	width: 100%;
   	height: 100%;
}

table.header-table td.header-left-area {
	width: 180px;
}

#header-left-content {
   	height: 100%;
   	width: 100%;
	text-align: left;
	/* border: 1px solid black; */
}

table.header-table td.header-center-area {
	width: 300px;
}

#header-center-content {
	width: 100%;
   	height: 100%;
	/* border: 1px solid black; */
}

table.header-table td.header-right-area {
}

#header-right-content {
	width: 100%;
   	height: 100%;
	text-align: right;
	/* border: 1px solid black; */
}


/* main content area */

table.main-layout-table tr.main-page-area {
   	height: 100%;
}

#main-page-container {
	clear: both;
	position: relative; 
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
}

table.main-page-table {
   	width: 100%;
   	height: 100%;
}

table.main-page-table td.common-menu-area {
   	width: 175px;
}

#common-menu-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* border: 1px solid black; */
}

table.main-page-table td.body-area {
}

#body-container {
	position: relative;
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
}

#hidden-content {
	/* border: 1px solid black; */
}

#messages-header {
	text-align: center;
	/* border: 1px solid black; */
}

#body-content {
	/* border: 1px solid black; */
}


/* footer area layers (can use absolute positioning here since nothing comes after it) */

table.main-layout-table tr.footer-area {
   	height: 40px;
}

#footer-container {
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
}

#footer-left-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	text-align: left;
	/* border: 1px solid black; */
}

#footer-center-content {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 100%;
	text-align: center;
	/* border: 1px solid black; */
}

#footer-right-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	text-align: right;
	/* border: 1px solid black; */
}

span.top-align-box {
	vertical-align: top;
	text-align: left;
}
