/* GLOBAL PAGE STRUCTURE */

html, body, table#shell, td#shellMain, table#page {
background-color: #C6D1FF;
	margin: 0;
	padding: 0;
}

table, td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: #ffffff;
}
div.content { position: relative; }

td#shellLeft { width: 50%; }
td#shellRight { width: 50%; }
td#shellMain { display: block; }
