.current_page {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.select {
	font-size: small;
	font-weight: bold;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.top {
	background-color: #FF99FF;
	padding: 10px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width:900px;
	border: 1px solid #999999;
}
.middle {
	padding: 10px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	width: 900px;
	margin-top: 5px;
}
.gmap {
	background-color: #FF99FF;
	height: 380px;
	width: 380px;
	float:left;
	border: 1px solid #999999;
	margin-top: 5px;
}
.viewer {
	background-color: #FF99FF;
	border: 1px solid #999999;
	margin-left: 405px;
	height: 380px;
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
}
.bottom {
	background-color: #FF99FF;
	padding: 10px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width: 900px;
	float:left;
	margin-top: 5px;
	border: 1px solid #999999;
}
.thumbnail {
	background-color: #FDFFFC;
	padding: 5px;
	border: 1px solid #999999;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	width: 100px;
	height: 150px;
	float:left;
	margin-right: 2px;
}
