#mainbox {
	position:relative;
	top:50px;
	left:0px;
	display:block;
	width:955px;
	height:400px;
}
#name {
	position:absolute;
	top:250px;
	left:327.5px;
	display:block;
	width:300px;
	height:20px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#affiliation {
	position:absolute;
	top:270px;
	left:337px;
	display:block;
	width:282px;
	height:20px;
}
.affiliation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.affiliation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

#mainnavigation {
	position:absolute;
	top:0px;
	left:327.5px;
	display:block;
	width:300px;
	height:250px;
}

#design{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/design.jpg);
}
#design:hover {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/design_h.jpg);
	
}


#teach{
	position:absolute;
	top:0px;
	left:102px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/teach.jpg);
}
#teach:hover {
	position:absolute;
	top:0px;
	left:102px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/teach_h.jpg);
}

#research{
	position:absolute;
	top:0px;
	left:204px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/research.jpg);
	
}
#research:hover {
	position:absolute;
	top:0px;
	left:204px;
	display:block;
	width:96px;
	height:250px;
	background-image:url(images/research_h.jpg);
}

#navbottom{
	position:absolute;
	left: 399.5px;
	top: 320px;
	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;	
}
