html {
	overflow-y:hidden;
	height:650px;
}
body {
	font-size:12px;
	height:650px;
}
a:link,
a:focus,
a:visited {
	color:#C0C0C0;
	text-decoration:none;
}

a:hover,
a:active {
	color:#000000;
}
div.page{
	position:relative;
	margin:0px auto;
	padding:10px 0;
	width:451px;
	height:630px;
}
div#article {
	float:left;
	width:300px;
	font-size: 10px;
}
div#map{
	width:150px;
	float:right;
}
div#photobox {
	clear:both;
	padding:15px 0;
}
div#thumbnail table{
	width:100%;
}
div#thumbnail table td{
	width:33.3%;
}
div#thumbnail table td.column2{
	text-align:center;
}
div#thumbnail table td.column3{
	text-align:right;
}
div#navigation {
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
}
div#prev_link {
	position:absolute;
	left:0;
	bottom:0;
	cursor:pointer;
}
div#next_link {
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}

