#head {
	background-color: #999999;
	position: absolute;
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 0px;
	top: 0px;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #000000;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#links {
	position: absolute;
	height: 100%;
	width: 100px;
	top: 100px;
	left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #333333;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
#main {
	position: absolute;
	height: 600px;
	width: 950px;
	left: 100px;
	top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 16px;
	line-height: normal;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	width: 400px;
	position: absolute;
	left: 280px;
	top: 100px;
	text-align: justify;
}
#resttext {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 500px;
	width: 500px;
	left: 225px;
	top: 100px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 20px;
}
