#contens {
	width: 1000px;
	margin: 0;
	z-index: 10;
	position: relative;
}

#contens h2 {
	position: absolute;
	top: 100px;
	left: 96px;
}

#laboratorys {
	position: absolute;
	top: 153px;
	left: 96px;
	width: 400px;
}

#laboratorys ul {
	width: 185px;
	float: left;
}

#laboratorys li {
	font-size: 11px;
	line-height: 21px;
	margin: 0 0 12px;
}

.gray {
	color: rgb(120, 120, 120);
}

#outerbox {
	position: absolute;
	top: 153px;
	right: 0px;
	width: 500px;
	height: 380px;
	overflow: auto;
	padding: 0 0 0 34px;
	z-index: 10;
}

.innerbox {
	margin: 0 0 300px;
}

.introduction {
	width: 340px;
	padding: 0 0 40px;
	font-size: 11px;
	line-height: 21px;
}

td {
	font-size: 11px;
	line-height: 13px;
}

td a {
	padding: 5px 0;
}

td.name {
	width: 60px;
	vertical-align: top;
}

#projecttitle {
	margin: 18px 0 5px;
}

table#projectleft {
	float: left;
}

table#projectright {
	margin: 0 0 0 130px;
}

