div#board{background:url(../images/prof/prof_bk.gif) left top}

section{
	padding:1em;
	margin:2em 2.5% 0 0;
	width:69%;
	border:1px solid #999;
	border-radius:10px;
	background:white;
	font-size:0.78em;
	float:right;
	overflow:hidden;
}
section h1{
	font-size:1.3em;
	font-weight:bold;
}
section h1,section h1 strong{color:#57f}
section h1 strong{
	display:inline-block;
	vertical-align:text-top;
	font-size:0.7em;
	margin-right:0.5em;
}
section p{line-height:1.4em}
section ul{
	list-style:none;
}
section li{
	float:left;
	height:118px;
	margin:0 1px;
	position:relative;
}
section li img{height:100%}
section li em{
	font-size:0.8em;
	line-height:1em;
	text-align:right;
	color:#eee;
	display:inline-block;
	position:absolute;
	bottom:1px;
	right:1px;
}
section address{
	clear:left;
	margin-top:0.5em;
	text-align:right;
	font-size:0.9em;
	line-height:1.3em;
}
#director img{
	float:left;
	padding-right:0.5em;
}
#art li{height:165px}

section a,section a:visited{color:#f36}
section a:hover{color:#f9e}