/* navigate.php */

td.nav1 {
	background: url(images/nav_famwagner.jpg) no-repeat;
	height: 113px;
	width: 200px;
}
td.nav2 {
	background: url(images/nav_geoffrey.jpg) no-repeat;
	height: 113px;
	width: 200px;
}
td.nav3 {
	background: url(images/nav_reblog.jpg) no-repeat;
	height: 113px;
	width: 200px;
}
td.nav4 {
	background: url(images/nav_jarch.jpg) no-repeat;
	height: 113px;
	width: 200px;
}
div.navhide {
	display: none;
}
td.nav1:hover {
	background: url(images/nav_famwagner_hover.jpg) no-repeat;
	border: solid 1px #000000;
	font-size: 10px;
	font-weight: bold;
	height: 210px;
	width: 298px;
}
td.nav2:hover {
	background: url(images/nav_geoffrey_hover.jpg) no-repeat;
	border: solid 1px #000000;
	font-size: 10px;
	font-weight: bold;
	height: 210px;
	width: 298px;
}
td.nav3:hover {
	background: url(images/nav_reblog_hover.jpg) no-repeat;
	border: solid 1px #000000;
	font-size: 10px;
	font-weight: bold;
	height: 210px;
	width: 298px;
}
td.nav4:hover {
	background: url(images/nav_jarch_hover.jpg) no-repeat;
	border: solid 1px #000000;
	font-size: 10px;
	font-weight: bold;
	height: 210px;
	width: 298px;
}
td.nav1:hover div.navhide, td.nav2:hover div.navhide, td.nav3:hover div.navhide, td.nav4:hover div.navhide {
	display: inline;
	font-size: 12px;
	text-align: center;
}