/* PAGE LEFT/PAGE RIGHT */
div.page-left {
	position: relative;
	float: left;
	width: 600px;
	padding: 0px;
	margin: 0px;
	left: 20px;
}
div.page-right {
	position: relative;
	float: right;
	right: 20px;
	width: 110px;
}
a.anchorup {
	float: right;
	display: block;
	border: 1px dotted #d8d8d8;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	padding: 3px 6px;
	margin: 12px 0px 0px 10px;
	z-index: 5;
}
.up a:hover {
	background-color: #e8e8e8;
}