a:hover {
	text-decoration: none;
}
h1#directors_head{
	position: relative;
	top: 40px;
	left: 110px;
	display: block;
	width: 348px;
	color: #524d3e;
	letter-spacing: 1px;
	clear: both;
}
p.directors_details{
	position: relative;
	top: 50px;
	display: block;
	width: 398px;
	color: #524d3e;
	font:  11px "Arial", sans-serif;
	line-height: 18px;
	margin: 8px 0 0 110px;
}
ul#bio_info{
	position:absolute;
	top: 70px;
	left: 550px;
	display: block;
	width: 280px;
}
ul#bio_info li{
	display: inline;
}
span.bio_details {
	position: absolute;
	top: 230px; /* IF MORE PEOPLE ARE ADDED, INCREASE THIS VALUE */
	left: 0;
	display: none;
}
li a span.bio_image_tim {
	text-indent: -9999px;
	background: url(../assets/bio_pics/tim_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_mirja {
	text-indent: -9999px;
	background: url(../assets/bio_pics/mirja_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_tom {
	text-indent: -9999px;
	background: url(../assets/bio_pics/tom_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_sam {
	text-indent: -9999px;
	background: url(../assets/bio_pics/sam_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_mike {
	text-indent: -9999px;
	background: url(../assets/bio_pics/mike_hopkins_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_john {
	text-indent: -9999px;
	background: url(../assets/bio_pics/john_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image_gary {
	text-indent: -9999px;
	background: url(../assets/bio_pics/gary_fade.jpg);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
li a span.bio_image {
	text-indent: -9999px;
	background: url(../images/bio_pic_fade.gif);
	display: block;
	float: left;
	width: 82px;
	height: 69px;
	margin: 1px;
}
a:hover span.bio_details{
	display: block;
	color: #524d3e;
	font: bold 11px "Arial" sans-serif;
}
a:hover .bio_image{
	background: url(../images/bio_pic.gif);
}
a:hover .bio_image_tim{
	background: url(../assets/bio_pics/tim.jpg);
}
a:hover .bio_image_mirja{
	background: url(../assets/bio_pics/mirja.jpg);
}
a:hover .bio_image_tom{
	background: url(../assets/bio_pics/tom.jpg);
}
a:hover .bio_image_sam{
	background: url(../assets/bio_pics/sam.jpg);
}
a:hover .bio_image_mike{
	background: url(../assets/bio_pics/mike_hopkins.jpg);
}
a:hover .bio_image_john{
	background: url(../assets/bio_pics/john.jpg);
}
a:hover .bio_image_gary{
	background: url(../assets/bio_pics/gary.jpg);
}
ul#mission{
	position: relative;
	top: 50px;
	display: block;
	width: 398px;
	color: #524d3e;
	font:  11px "Arial", sans-serif;
	line-height: 18px;
	margin: 8px 0 0 120px;
	list-style-type: disc;
}