@CHARSET "UTF-8";

#header,
#site-info,
#main-search,
#nav-meta,
h6,
a.fav-link,
div.teaser a.more {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
img.profile-image {
	float: right;
	height: 108px;
	width: 120px;
	background-color: green;
}
dl {
	overflow: hidden;
	clear: both;
}
dt {
	float: left;
	margin-right: 20px;
	width: 150px;
}
dd {
	float: left;
}

div.teaser {
	margin-bottom: 50px;
}

#profile-images div,
#profile-images img {
	float: left;
	margin: 30px 50px 20px 0;
	width: 280px;
	height: 200px;
	background-color: green;
}