#wrapper {
	height: 800px;
	width: 750px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #ECE9D8;
}
#header {
	height: auto;
	width: 750px;
}
body {
	background-color: #6A8BB3;
}
#leftbox {
	height: 238px;
	width: 375px;
	position: absolute;
	left: 8px;
	top: 313px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6689A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;
	padding: 5px;
	text-align: left;
	overflow: auto;
}
#rightbox {
	height: 237px;
	width: 323px;
	position: absolute;
	left: 397px;
	top: 314px;
	padding: 5px 5px 5px 30px;
	overflow: visible;
}

#menuBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4C6A86;
	height: 25px;
	width: 750px;
	position: absolute;
	left: 11px;
	top: 283px;
}
#footer {
	font-size: small;
	color: #336699;
	text-align: center;
	height: 50px;
	width: 765px;
	position: absolute;
	top: 574px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 1px;
	float: none;
	clear: both;
	padding: 0px;
	border: 1px none #6689A8;
	z-index: 5;
	font-style: normal;
	bottom: 0px;
	overflow: auto;
}
#disclaimer {
	font-size: small;
	height: 145px;
	width: 751px;
	z-index: 10;
	position: absolute;
	left: 6px;
	top: 636px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #336699;
	text-align: left;
	overflow: auto;
}
a:link {
	color: #336699;
	font-size: small;
	text-decoration: none;
}

a:visited {
	color: #666666;
	font-size: small;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
