.section_container {
	position: relative;
}

#bio_popup {
	background: url(../images/backgrounds/bio_popup.gif) top left repeat;
	border: 1px solid #4f5474;
	display: none;
	height: auto;
	left: 415px;
	position: absolute;
	top: 60px;
	width: 601px;
	z-index: 2;
}

#bio_popup .clear {
	margin-top: -3px;
}

#bio_popup_image_container {
	clear: left;
	float: left;
	min-height: 100px;
	width: 220px;
}

#bio_popup_image {
}

#bio_popup_content_container {
	clear: right;
	float: left;
	padding: 12px 0;
	width: 355px;
}

#bio_popup_name {
	color: #db261f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#bio_popup_title {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 9px;
}

#bio_popup_content_body {
	color: white;
	font-size: 12px;
}

#bio_popup_content_body p {
	margin: 0 0 12px 0;
}

#bio_popup_close {
	background-image: url(../images/buttons/close.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	margin: 12px 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 103px;
}

#bio_popup_close:hover {
	background-position: bottom left;
}