/* CSS Document */
.LewisClark{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:468px;
	height:185px;
	z-index:1;
	background-image:url(Images/Galleries/LewisClark_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.LewisClark:hover{
	background-image:url(Images/Galleries/LewisClark_Link_Over.png);
}
.CivilWar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:357px;
	height:185px;
	z-index:1;
	background-image:url(Images/Galleries/CivilWar_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.CivilWar:hover{
	background-image:url(Images/Galleries/CivilWar_Link_Over.png);
}
.Western{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:239px;
	height:185px;
	z-index:1;
	background-image:url(Images/Galleries/Western_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Western:hover{
	background-image:url(Images/Galleries/Western_Link_Over.png);
}
.StillLifes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:125px;
	height:185px;
	z-index:1;
	background-image:url(Images/Galleries/StillLifes_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.StillLifes:hover{
	background-image:url(Images/Galleries/StillLifes_Link_Over.png);
}
.Misc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	bottom:100px;
	right:20px;
	height:185px;
	z-index:1;
	background-image:url(Images/Galleries/Misc_Link.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Misc:hover{
	background-image:url(Images/Galleries/Misc_Link_Over.png);
}

