div.pic {
	float: left;
	height: 167px;
	width: 127px;
	margin: 5px 15px;
	padding: 14px;
	background-color: white;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
}
html>body div.pic {
	float: left;
	height: 157px;
	width: 127px;
	margin: 5px 15px;
	padding: 14px;
	background-color: white;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
}
div.pic img {
	border: none;
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div.ls img {
	width: 125px;
	margin: 5px 0;
}
div.pt img {
	height: 125px;
	margin: 0 12px;
}
html>body div.ls img {
	width: 125px;
	margin: 5px 0;
}
html>body div.pt img {
	height: 125px;
	margin: 0 5px;
}
div.pic .pic-title {
	/*display: none;*/
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
}
a.toggle-title {
	color: #2D3137;
	text-decoration: underline;
}

div#general, div#bio, div#mat, div#edx, div#threed, div#gt {
	border-top: 1px solid #CCC;
	clear: both;
}