#HeaderArea {
	position: absolute;
	z-index: 1;
	height: 280px;
	width: 95%;
	left: 6px;
	top: 6px;
	visibility: visible;
	right: 10px;
}
#MenuArea {
	position: absolute;
	z-index: 2;
	height: 650px;
	width: 250px;
	left: 4px;
	top: 350px;
}
#ContentArea {
	position: absolute;
	z-index: 3;
	width: 580px;
	left: 406px;
	top: 353px;
	height: 900px;
}
#ContentArea .style10 {
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Content {
	position: absolute;
	height: 1050px;
	width: 580px;
	left: 381px;
	top: 350px;
}

