body1 {
	background-color: #708090;
	color: #FF0000;
}

body {
	background-color: #E0FFFF;
	color: #FF0000;
}

#body {
	font-size: 12px;
	color: #000099;
	position: absolute;
	top: 5px;
	left: 15px;
	right: 2%;
	width: 800px;
	height: 100%;
	background-color: #E0FFFF;
	border-color: Black;
	border: 0px solid #ccd2d2;
	font-family: verdana;
}

#pageheader {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 165px;
	right: 2%;
	width: 600px;
}

#pagesubheader {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 165px;
	right: 2%;
	width: 600px;
}

#navigation {
	font-size: 12px;
	color: #000099;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 2%;
	width: 150px;
}

#contentheader {
	font-size: 12px;
	color: #000099;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 165px;
	right: 2%;
	width: 600px;
}

#content {
	font-size: 12px;
	color: #000099;
	position: absolute;
	top: 155px;
	left: 165px;
	right: 2%;
	width: 600px;
}

#footer {
	font-size: 12px;
	color: #000099;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 165px;
	right: 2%;
	width: 600px;
}

#table01 {
	width: 250px;

}

#cell1 {
	position: absolute;
	width: 250px;
	height: 250px;
	left: 100px;
}

#cell2 {
	position: absolute;
	width: 250px;
	height: 250px;
	left: 350px;
}


#celltext {
	font-size: 12px;
	color: #000099;
}
