#biogs, #biogs li, #biogs h2{
	margin:0; padding:0; 
}
#biogs{
	list-style-type:none; margin-top:-1em;
}
#biogs li{
	background:url(../images/backgrounds/biogs-li.png) repeat-x left bottom; clear:right; overflow:auto; padding:1em 1em 0; position:relative;
}
#biogs h2{
	font-size:1.2em;
}
#biogs p{
	font-size:.85em; line-height:normal;
}
#biogs img{
	border:#748BB3 solid 1px; clear:right; display:inline; float:right; margin:0 0 12px 24px;
}
#biogs li.selected{
	padding:1em 3em;
}
.open-biog, .close-biog{
	background-position:0 0; background-repeat:no-repeat; display:inline-block; text-indent:-1999px; width:105px; height:24px; 
}
.open-biog{
	background-image:url(../images/backgrounds/open.png); 
}
.close-biog{
	background-image:url(../images/backgrounds/close.png); 
}