div#lecture {
	padding: 10px;
	width: 300px;
	border: 1px solid #FFCC00;
	margin-bottom: 5px;
	line-height: 150%;
	position: absolute;
	top: 260px;
	left: 20px;
	height: 200px;
	z-index: 2;
	overflow: auto;

}


div#project {
	padding: 10px;
	width: 300px;
	border: 1px solid #FFCC00;
	margin-bottom: 5px;
	line-height: 150%;
	position: absolute;
	top: 260px;
	left: 350px;
	height: 200px;
	z-index: 2;
	overflow: auto;



}
#foot {
	position: absolute;
 top: 490px;
	
}
.linkcategorytitle {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-left: 10px;
}
#mail {
	text-align: right;
	position: relative;

}
