@charset "UTF-8";
/* CSS Document */

#content-main-frame {
	height: 540px;
	width: 980px;
	background-image: url(bio-background.png);
	z-index:0;
	margin: 0 2px 0 2px;
	position: relative;
}
#bio-title {
	background: url(bio-sprite.png) no-repeat -437px -629px;
	height: 50px;
	width: 91px;
	margin: 0px auto;
	top: 44px;
	position: relative;
}
#bio-items-wrap {
	height: 290px;
	width: 736px;
	margin: 0px auto;
	top: 60px;
	position: relative;
}
#bio-items-wrap a {
	height: 290px;
	width: 232px;
	display: block;
}
#bio-timeline {
	height: 290px;
	width: 232px;
	margin-right: 20px;
	background: url(bio-sprite.png) no-repeat 0px 0px;
	float:left;
}
#bio-timeline:hover {
	background: url(bio-sprite.png) no-repeat 0px -290px;
}
#bio-shortbio {
	height: 290px;
	width: 232px;
	margin-right: 20px;
	background: url(bio-sprite.png) no-repeat -232px 0px;
	float:left;
}
#bio-shortbio:hover {
	background: url(bio-sprite.png) no-repeat -232px -290px;
}
#bio-longbio {
	height: 290px;
	width: 232px;
	background: url(bio-sprite.png) no-repeat -464px 0px;
	float:left;
}
#bio-longbio:hover {
	background: url(bio-sprite.png) no-repeat -464px -290px;
}
#bio-pdf-button {
	background: url(bio-sprite.png) no-repeat 0px -580px;
	height: 74px;
	width: 275px;
	margin: 0px auto;
	position: relative;
	top: 80px;
}
#bio-pdf-button:hover {
	background: url(bio-sprite.png) no-repeat 0px -654px;
	cursor: pointer;
}
#bio-pdf-button a {
	height: 74px;
	width: 275px;
	display: block;
}

