/* Right Pics */
#memberPic{
float: left;
border: 0px;
margin: 0px 10px 0px 3px;
}

/* Right Bios */
#memBio {
width: 30px;
display: inline;
}


/* Left Pics */
#memberPic2{
float: right;
border: 0px;
margin: 0px 10px 0px 3px;
}

/* Left Bios */
#memBio2 {
width: 100%;
margin-left: 350px;
}

/* Makes Sponsors Borderless */
img
{  border-style: none;
}


/* List Properties Change History Organization */
#list li {
	margin-left: 50px;
	padding: 50px;
	display: inline;
	}

#list li span {
	position: absolute;
	visibility: hidden;
	}

#list li:hover span {
	visibility: visible;
	list-style: none;
	position: absolute;
	margin-top: 25px;
	margin-left: 30px;
	width: 500px;
	}