html,body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.page {
	width: 755px;
	margin: 0 auto;
	text-align: left;
}
#navigation {
	position: relative;
	cursor: pointer;
	#cursor: hand;
}
#navPopdown {
	position: absolute;
	top: 64px;
	left: 0px;
}
.px {
	display: none;
}
#navPopDown .box td {
	position: relative;
}
#navPopdown .box td a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
a img {
	border: none;
}
a:focus, a:focus img {
	outline: none;
}
a,a:link,a:active,a:focus {
	text-decoration: none;
	color: #00ADEF;
}
a:hover {
	/* text-decoration: underline; */
}
h2 {
	margin-left: 25px;
}