#header {
	position: absolute;
	height: 200px;
	width: 600px;
	left: 11px;
	top: 4px;
}
#bodyleft {
	position: absolute;
	height: 475px;
	width: 290px;
	left: 11px;
	top: 215px;
	padding: 0px 4px 4px;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
#bodyright {
	position: absolute;
	height: 569px;
	left: 314px;
	top: 215px;
	padding: 0px 4px 4px;
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
	width: 290px;
}

