body {
	margin: 0px;
	padding: 0px;
}
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
div#banner {
	background-color: #000066;
	background-repeat: no-repeat;
	position: absolute;
	height: 215px;
	width: 800px;
	background-image: url(bluebox.gif);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
img#titletext {
	position: absolute;
	left: 300px;
	top: 40px;
}
div#nav ul {
	list-style-type: none;
	position: relative;
	top: 220px;
	left: 88px;
	color: #FFFFFF;
	width: 650px;
}
div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 130px;
	top: 260px;
	right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: thin solid #999999;
	width: 366px;
	height: 404px;
	
}
div#sidebar {
	position: absolute;
	width: 84px;
	top: 217px;
	left: 0px;
	
}
div#rightside {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #999999;
	position: absolute;
	width: 277px;
	top: 260px;
	left: 522px;
	font-size: 12px;
	height: 110px;
}
div#lowerright {
	border: thin solid #999999;
	top: 477px;
	position: absolute;
	left: 147px;
	width: 277px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 279px;
}
