body {
	margin: 0px;
	padding: 0px;
}
div#header {
	clear: both;
	height: 50px;
	background-color: aqua;
	padding: 1px;
}
div#left {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 5px;
	margin-left: 10px;
}
div#right {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	right: 10px;
}
div#middle {
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div#footer {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666600;
	width: 748px;
	position: absolute;
	background-color: #e3e3e3;
}
div#leftspotlight {
	position: absolute;
	width: 219px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
div#middlespotlight {
	position: absolute;
	width: 219px;
	left: 229px;
	top: 0px;
	z-index: 1;
}
div#rightspotlight {
	position: absolute;
	width: 219px;
	left: 458px;
	top: 0px;
	z-index: 1;
}
div#footersmall {
	background-color: #E3E3E3;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666600;
	width: 748px;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	height: 50px;
}
div#leftsmall {
	float: left;
	width: 125px;
	margin: 10px;
	text-align: left;
}
