#wrapper {
	position: relative;
	height: auto;
	width: 760px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	position: absolute;
	height: 100px;
	width: 760px;
	left: 0px;
	top: 0px;
	background: #000099;
	margin: 0px;
	padding: 0px;
}
#content {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	position: absolute;
	width: 730px;
	left: 0px;
	top: 140px;
	background: #E1E0DF;
	z-index: 9;
	margin: 0px;
	padding: 0px 15px;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px;
	background: #88C8EB;
	text-align: justify;
}
#menu {
	background: #000099;
	position: absolute;
	left: 0px;
	top: 125px;
	color: #FFFFFF;
	z-index: 10;
}
