/* CSS Document */
.Bio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:243px;
	height:170px;
	z-index:1;
	background-image:url(Images/About/Bio_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Bio:hover{
	background-image:url(Images/About/Bio_Link_Over.png);
}
.Current{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:141px;
	height:170px;
	z-index:1;
	background-image:url(Images/About/Current_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Current:hover{
	background-image:url(Images/About/Current_Link_Over.png);
}
/*.News{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:150px;
	right:181px;
	height:170px;
	z-index:1;
	background-image:url(Images/About/News_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.News:hover{
	background-image:url(Images/About/News_Link_Over.png);
}*/
.Technique{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:20px;
	height:170px;
	z-index:1;
	background-image:url(Images/About/Technique_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Technique:hover{
	background-image:url(Images/About/Technique_Link_Over.png);
}

