#content {
	position: relative;
	margin: 30px 0 0;
}
#breadcrumbs {
	background-color: #272a29;
	margin: 0 10px;
	position: absolute;
	top: -10px;
	left: 0px;
	height: 2.1em;
	width: 932px;
	border: 1px solid #333736;
}
#breadcrumbs span {
	font-size: 1.1em;
	color: #999;
	padding: 0.5em 0.7em;
	display: block;
	font-weight: bold;
	float: left;
}
#breadcrumbs span a {
	color: #999;
	font-weight: normal;
}
#breadcrumbs span a:hover {
	text-decoration: underline;
	background: none;
	color: #999;
}
#breadcrumbs a.print {
	float: right;
	display: block;
	background-image: url(../images/graphics/printer.png);
	background-repeat: no-repeat;
	border-top: none;
	border-bottom: none;
	height: 11px;
	width: 16px;
	margin: 2px 5px 0 0;
	background-position: right;
	padding-right: 25px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 1.1em;	
}
#breadcrumbs a.print:hover {
	background-color: #272a29;
}
