#container{
	position: absolute;
	top: 15px;
	left: 100px;
	width: 625px;
	border: 1px solid #f80;
	background-color: #3bffff;
}
#links{
	position: absolute;
	top: 40px;
	font-family: Century Schoolbook L;
	}
.lbox{
	position: relative;
	left: 110px;
	width: 405px;
	border: 1px solid blue;
	overflow: hidden;
}
.activate{
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	float: left;
	background-color: #f80;
	width: 150px;
    cursor: pointer;
	}
.activate:hover{
    border: 1px solid blue;
}
#headline{
	text-align: center;
	background-color: #f80;
	height: 40px;
	width: 625px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#ileft{
	position: absolute;
	top: 40px;
	left: 0px;
}
#iright{
	position: absolute;
	top: 40px;
	right: 0px;
}
#elemA{
	background-color: #3dcccc;
}
#elemB{
	background-color: #3ddddd;
}
#elemC{
	background-color: #3deeee;
}
#elemD{
	background-color: #3dffff;
	overflow: scroll;
}
li {
	list-style-type: circle;
	}
li:hover{
	list-style-type: disc;
	}
.highlite{
	color: #ffffff;
	font-size: large;
}
.highlite2{
	font-size:smaller;
	color: #ccc;
}
.describe{
	font-family: Nimbus Roman No9 L;
}
p{
	text-indent: 10px;
}
