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

#topnav {
	position: absolute;
	visibility: visible;
	list-style-type: none;
	left: 18px;
	top: 260px;
	text-align: center;
	width: 205px;
	height: 279px;
}
#topnav ul {
	margin: 0em;
	padding: .5px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#topnav ul li a {
	text-decoration: none;
	display: inline;
	color: #999;
	text-align: center;
	padding: 0.2em;
	width: 9em;
	float: none;
	margin: 3px;
}
.photos {
	position: absolute;
	visibility: visible;
	left: 725px;
	top: 378px;
}
#check {
	position: absolute;
	visibility: visible;
	left: 528px;
	top: 381px;
}


#topnav ul li a:hover {
	color: #666;
	text-transform: none;
	font-size: large;
}
#topnav ul .right {
	float: right;
	padding:2px;
	margin:2px;
}
#topnav ul .left {
	float: right;
	padding:2px;
	margin:2px;
}
