/* CSS Document */

ul {
list-style: none;
}
#topbox {
	position: absolute;
	top: 400px;
	left: 400px;
	width: 300px;
	height: 350px;
	background-color: #f5f5f5;
	border: solid; border-color: #ffdab9; border-width: 10px;

}

#lftbox {
/*	position: relative;
	top: 20px;
	left: 20px;*/
	width: 300px;
	height: 310px;
	background-color: #faf0e6;
	border: solid; border-color: #b0e0e6; border-width: 10px;
	margin-bottom: 2.0em;

}

#btlftbox {
	/*	position: relative;
	top: -250px;
	left: 20px; */
	width: 300px;
	height: 260px;
	background-color: #fafad2;
	border: solid; border-color: #90ee90; border-width: 10px;
	margin-top: 2.0em;
	margin-bottom: 2.0em;

}

#btrgtbox {
	position: absolute;
	top: 810px;
	left: 400px;
	width: 300px;
	height: 300px;
	background-color: #ffe4c4;
	border: solid; border-color: #cd853f; border-width: 10px;

}

#botbox {
	/*	position: relative;
	top: -430px;
	left: 20px; */
	width: 300px;
	height: 330px;
	background-color: #f0ffff;
	border: solid; border-color: #708090; border-width: 10px;
	margin-top: 2.0em;
}

