html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #668E8B;
}

#mainTable {
	height: 100%;	width: 100%;
}

#container {
	position: relative;
	height: 526px;	width: 817px;
	margin: 0 auto 0 auto;
}

#logo {
	position: absolute;
	top: 0px;	left: 0px;
	width: 817px;
	height: 72px;
	background-color: #1D3B64;
}

#logo img#logo1 {
	position: absolute;
	top: 15px;	left: 89px;
}

#logo img#logo2 {
	position: absolute;
	top: 40px;	left: 320px;
}

#nav {
	position: absolute;
	top: 72px;	left: 0px;
	height: 163px;	width: 167px;
	background-color: #2D5155;
	padding: 182px 0 0 16px;
	font-size: 1px;
}

#content {
	position: absolute;
	top: 72px;	left: 183px;
	height: 345px;	width: 634px;
	background-color: #6085BE;
}

#subnav {
	position: absolute;
	top: 417px;		left: 0px;
	height: 88px;	width: 167px;
	background-color: #6A8CB1;
	padding: 21px 0 0 16px;
	font-size: 1px;
}

#subcontent {
	position: absolute;
	top: 417px;		left: 183px;
	height: 109px;	width: 634px;
	background-color: #658567;
}
