#gallery {
	background-color:#000000;
	font:11px Century Gothic, verdana, arial, sans-serif;
	width:275px;
	height:500px;
	float:left;
	z-index:80;
	position:relative;
	overflow-y:scroll;
	left:0px;
}
#gallery div.off {
	width:250px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:50;
	font-weight:bold;
	margin:5px 0 0 5px;
}
#gallery div.on {
	width:250px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	z-index:100;
	position:relative;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 5px;
}
#gallery div.off p {
	font-size:14px;
}
#gallery div.on p {
	font-size:14px;
}
#gallery a {
	text-decoration:none;
}
div.hide {
	display:none;
	visibility:hidden;
}
div.show {
	background:url(../images/spotlight.jpg);
	width:525px;
	height:500px;
	float:right;
	z-index:20;
	font:11px Century Gothic, verdana, arial, sans-serif;
	color:#FFFFFF;
}
#boxholder {
	height:500px;
	width:100%;
	z-index:50;
	position:relative;
}
#mischieftext {
	width:500px;
	position:relative;
	top:40px;
	left:50px;
	text-align:center;
}
#mischieftext h3 {
	font-size:18px;
	margin:0;
}
#mischieftext h5 {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}
.clear {
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.memberimage {
	float:left;
	height:400px;
	width:255px;
	position:relative;
	left:10px;
	top:10px;
}
.biotext {
	width:240px;
	position:relative;
	right:10px;
	top:10px;
	height:400px;
	float:right;
	color:#FFFFFF;
}
.biotext p {
	margin-top:0;
}
.biotext h1 {
	font-size:22px;
	margin:10px 0 5px 0;
	font-weight:normal;
}
