
.people { width:240px; float:left; font-family:Tahoma; margin-bottom:10px; }
.people h2 { margin-bottom:5px; }
.people .subheader { margin-bottom:3px; }
.people .avatar { height:65px; margin:7px 5px; overflow:hidden; }
.people .avatar a { text-decoration:none; font-weight:bold; font-size:13px; color:#0072A1; }
.people .avatar a:hover { text-decoration:underline; }
.people .avatar img { width:60px; height:60px; }
.people .avatar .img_container { 
	width:60px; height:60px; border:2px solid #00AFE4; float:left; overflow:hidden; background:url(/imgs/nouser_60x60.png);
	-webkit-border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; behaviour:url(border-radius.htc); 
}
.people .avatar .description { width:150px; float:left; margin:5px 0 0 10px; }
.people .avatar .description .extra_info { font-size:10px; color:#777777; text-align:left; margin-top:2px; }