#headbar{
	background: #463C3E url(http://apps.evilrobotstuff.com/apps.gif) no-repeat top left;
	color: #fff;
	width: 100%; 
	height: 20px;
	text-align: left;
}
#lefthead, #midhead, #righthead{
	width:33%;
	float:left;
}
#midhead{
	text-align: center;
}
#righthead{
	text-align: right;
}
h1{
	font-weight: 900;
	color: #FFF;
	font-size: .9em;
}
#crumbs{
	background: #665C5E;
	text-align: left;
	width: 100%;
	font-size: .8em;
	color: #BBB;
	height: 1.1em;
	padding: .3em 0 .2em .2em;
	margin-bottom: .5em;
}
#crumbs a:link, #crumbs a:visited, #crumbs a:active{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#crumbs a:focus, #crumbs a:hover{
	color: #76B9D4;
}