/* --- breadcrumbs --- */
div.crumbs {
	display:block;
	font-family:Monaco, Courier New,monospace;
	font-size: .75rem;
	margin: 1em;
}
div.crumbs a {
	background: #fed;
	border:1px dotted #008;
	border-radius: 3px;
	padding: 1px 3px;
	text-decoration: none;
	color: #00f;
	font-weight: bold;
}

/* --- footer --- */
div.footer {
	clear:both;			/* don't wrap around the floating sections */
	min-width:640px;	/* don't squeeze too tightly */
	margin: .5em auto;
	border: 1px solid #cccccc;
	padding:.2em;
	background:white;
	font-family: Helvetica,Arial,Verdana,san-serif;
	font-size: .75rem;
	line-height: normal;
	height:31px;		/* height of made-on-mac gif */
	position:relative;
}
div.footer .left {
	float:left;
	vertical-align: middle;;
}
div.footer .right {
	float:right;
}
div.footer .center {
	text-align: center;
}
