BODY  {
	font-family: serif;
	font-size : 14pt;
	font-weight: normal;
	background-color: #ccc;
	margin: 0px;
	background-image : url(gfx/veryreadmetree.jpg);
	background-repeat : repeat-y;
}
H1 {
	font-family: tahoma, sans-serif;
	font-size : 26pt;
	font-weight: bold;
	color: #696;
}
A {
	color: #363;
	background-color: #E6E6E6;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	border-bottom: solid 1px #696;
	border-right: solid 1px #696;
}
A:Visited  {
	color: #363;
}
A:Hover  {
	color: #363;
	background-color: #f6f6f6;
}
#container {
	width: 100%;
	padding: 0px;
	border: solid 0px red;
}
#links {
	position: absolute;
	left: 0px;
	top: 20px;
	float: left;
	width: 25%;
	color: #669;
	background-color: transparent;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	z-index: 100;
	border: solid 0px blue;
}
#styles {
	position: absolute;
	left: 0px;
	top: 210px;
	float: left;
	width: 25%;
	color: #669;
	background-color: transparent;
	line-height: 150%;
	text-align: left;
	z-index: 100;
	border: solid 0px blue;
}
#header {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	left: 0px;
	color: inherit;
	background-color: transparent;
	z-index: 0;
	border: solid 0px green;
}
#middle {
	width: 80%;
	float: right;
	border: solid 0px red;
	overflow: visible;
	z-index: 50;
}
	#title {
		/*color : #588;
		background-color: #fff;*/
		border-top: 0px;
		border-bottom: solid 10px #999;
		padding: 12px;
		padding-right: 2px;
		padding-top: 1px;
		margin-bottom: 15px;
		text-align: left;
		line-height : 130%;
	}
	#content {
		position: relative;
		width: 90%;
		float: right;
		line-height: 130%;
		border-left: solid 1px #999;
		background-color: #fff;
		z-index: 60;
	}
#footer {
	position: relative;
	width: 100%;
	height: 10px;
	top: 0px;
	color: inherit;
	background-color: transparent;
	border: solid 0px green;
	overflow: visible;
	z-index: 0;
}
	#copyright {
		display: none;
	}
.rightwing {
	border: 0px;
	border-bottom: solid 2px #999;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-bottom: 25px;
	line-height : 150%;
}
.leftwing {
	border: 0px;
	border-bottom: solid 2px #999;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-bottom: 25px;
	line-height : 150%;
}
#footlinks {
	padding: 15px;
	padding-left: 12px;
}

.blockquote {
	color: inherit;
	background-color: transparent;
	padding: 0px;
	margin: 20px;
}
.infoClass {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	color: #363;
	background-color: #E6E6E6;
	border-bottom: solid 1px #696;
	border-right: solid 1px #696;
	padding: 20px;
	visibility: hidden;
	z-index: 6000;
}

