#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #571B7e;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .60;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 15px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	margin-top: 50px;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, .2); 
	box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, .2);
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/*--PopUp Column--*/
.bio {
	width: 420px;
	height: 400px;
	padding-left: 20px;
	overflow-y:auto;
	float: right; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	text-transform:uppercase; 
	font:#000; 
	font-size:10px;
}
.bioHeadshot{
	width: 250px;
	float: left; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	text-transform:uppercase; 
	font:#000; 
	font-size:18px;
}

/*--Column Styles--*/
ul.columns {
	width: 600px;
	list-style: none;
	margin: 10 auto; padding: 0;
}
ul.columns li {
	width: 150px;
	float: left; display: inline;
	margin: 10px; padding: 0;
	position: relative;
}