#mainbox {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:955px;
	height:400px;
}

#tableBlock {
	position:absolute;
	left: 255px;
	top: 67px;
	overflow: auto;
	height: 200px;
	width: 445px;
}

#name {
	position:absolute;
	top:300px;
	left:302.5px;
	display:block;
	width:350px;
	height:20px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.teach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.teach:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #3399FF;
	text-decoration: none;
}
.research {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.research:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #339900;
	text-decoration: none;
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.design:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #9933FF;
	text-decoration: none;
}

#email {
	position:absolute;
	top:100px;
	display:block;
	width:169px;
	height:20px;
	left: 124px;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

#navbottom{
	position:absolute;
	left: 399.5px;
	top: 350px;
	height: 20px;
	width: 156px;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;	
}
.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;	
}
.innav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

#bodytext {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 200px;
	width: 445px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}
.bodylink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}