.headarea {
	width: 830px;
	height: 100px;
	background-color: #CCCCCC;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 15px;
	font-family: verdana;
	font-size: 16px;
	font-style: italic;
	}
.navarea {
	width: 180px;
	height: 500px;
	background-color: #CC9966;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #33333;
	font-family: verdana;
	padding: 5px;
	font-weight: bold;
}
.textarea {
	font-family: verdana;
	position: absolute;
	width: 600px;
	left: 200px;
	top: 118px;
	padding: 10px;
}
.footarea {
	font-family: verdana;
	position: absolute;
	width: 600px;
	left: 360px;
	top: 540px;
	padding: 10px;
}