/* SET THE PAGE WIDTH (CENTER OF THE "SHELL") HERE */
td#shell_center { width: 800px; }



/* SET THE HEIGHT REQUIRED FOR THE BOTTOM SHELL IMAGERY HERE */
td#shell_left .bottom, td#shell_right .bottom { height: 100px; }


/* client wanted hills and bottom tan banner removed on 8/1/06 -->
/* SET THE SHELL BACKGROUNDS HERE */
/*td#shell_left {
	background-color: #fff;
	background-image: url(/_img/bg/shell_tl.jpg);
}
td#shell_right {
	background-color: #fff;
	background-image: url(/_img/bg/shell_tr.jpg);
}

td#shell_left .bottom {
	background-color: #fff;
	background-image: url(/_img/bg/shell_bl.jpg);
}
td#shell_right .bottom {
	background-color: #fff;
	background-image: url(/_img/bg/shell_br.jpg);
}*/
td#shell_center {
	background: #fff url(/_img/bg/page.jpg) left top repeat-y;
}



/* the structure of the shell is here (leave as is) */

/* let the "shell" table fill the page horizontally and vertically */
html, body, table#shell {
/*
	height: 100%;
*/
	margin: 0;
	padding: 0;
}
table#shell {
	width: 100%;
	border-collapse: collapse;
}

/* set up shell cell alignment */
td#shell_center {
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
td#shell_center #shell_center_bottom {
	position: absolute;
	width: 800px;
	height: 84px;
	bottom: 0;
	/*background: #fff url(/_img/bg/footer.jpg) left 7px no-repeat;*/
	padding: 10px 0 0 0;
}
td#shell_left, td#shell_right {
	vertical-align: bottom;
	background-repeat: repeat-x;
}
td#shell_left .bottom, td#shell_right .bottom {
	height: 84px;
	background-repeat: repeat-x;
}
td#shell_left { background-position: right -10px; }
td#shell_right { background-position: left -10px; }
td#shell_left .bottom { background-position: bottom right; }
td#shell_right .bottom { background-position: bottom left; }
