@charset "UTF-8";

#myphoto{
	float: left;
}
#contact{
	float: left;
	margin-left: 3em;
}

#maincontent{
	clear: both;
}

dt{
	font-weight: bold;
}


li{
	text-indent: 0;
}

.galleryimage{
	float: left;
	width: 140px;
	/*height: 160px;
	border: 1px solid #ccc;
	margin: 0.5em;
	margin-bottom: -2em;
	position: relative;
	background: #bbb;*/
}

.galleryimage img{
	margin: auto;
	margin-top: 5px;
}

.galleryimage p{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.footnoteref{
	font-size:xx-small;
	vertical-align:super;
}

ul ul{
	padding-top: 0;
