#breadcrumbs {
	font-size: 0.8em;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 99;
	line-height: 24px;
	color: #3e3e3e;
	width: 60%;
	float: left;
}
#breadcrumbs a {
	text-decoration: none;
	color: #3e3e3e;
}
#breadcrumbs  a:hover, #page-links a:hover {
	text-decoration: underline;
}

#page-links {
	text-align: right;
	font-size: 0.8em;
	position: relative;
	top: 0px;
	z-index: 99;
	line-height: 24px;
	color: #3e3e3e;
	left: 0px;
	height: auto;
	width: 35%;
	float: right;
	white-space: nowrap;
}
#page-links a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #3e3e3e;
}

