/** header **/
#frontMatter{
	position: relative;
	display: block;
	height: 26em;
	width: 90%;
	background: #FFFFFF;
}
#banner{
	position: absolute;
	top: 4em;
	width: 100%;
	height: 6em;
	background: #406480;
	/*border: 1px dashed #000000;
	background-image: url('bg_ink.jpg');*/
}
#coord{
	position:absolute;
 	top:0;
 	left:3em;
	padding-left: 1em;
	width: 20em;
	height: 17em;
	background: #FFFFFF;
}

#portrait{
	position: absolute;
	top: 2em;
	left: 27em;
	width: 130px;
	height: 167px;
 	border : 1px dashed #000000;
}
#intro{
	position: absolute;
	display: block;
	top: 15em;	
	margin: 0em;
	padding: 1em;
	width: 40em;
	text-decoration: none;
 	text-align: justify;
	color: #000000;
	/*background: #0000FF;*/
}

/** main stuff **/
#mainMatter{
	position: relative;
	display:block;
	width: 80%;
	text-align: justify;
	background: #FFFFFF;
}
h2{
	margin-top: 2em;
	padding-left: 2em;
	color: #FFFFFF;
	background: #406480;
}
#video{
	margin: .5em;
	margin-left: 2em;
}
#abstract {
	margin-left: 2em; 
	margin-right: 1em; 
	padding: .5em;  
	width : 80%; 
	border : 1px dashed #A92F22;
}
A.myLink:link {
	text-decoration: underline; 
	color:#406480; 
	font-weight: bold;
}
A.myLink:hover {
	text-decoration: underline; 
	color:#FF7600; 
	font-weight: bold;
}
A.myLink:active {
	text-decoration: underline; 
	color:#406480; 
	font-weight: bold;
}
A.myLink:visited {
	text-decoration: underline;
 	color:#573E77; 
	font-weight: bold;
}
