/*
	City of Faribault, Minnesota, Master Stylesheet for print media
	Last Updated: 20 December 2007
*/

/* Naviogation */
ul#navigation {
	display: none;
}

/* Header */
div#header {
	width: 100%;
	height: 80px;
	border-top: 1px solid #fff;
	background: none;
}
div#header h1 {
	float: left;
	width: auto;
	height: auto;
	padding: 0;
	text-indent: 0;
	background: none;
}
div#header h1 a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-decoration: none;
}
div#header form {
	display: none;
}

/* Container */
div#container {
	background: none;
}
body#home div#container {
	background: none;
}
body#fullwidth div#container {
	background: none;
}

/* Content */
div.content p.breadcrumbs span {
	float: left;
	width: auto;
	text-indent: 0;
	background: none;
}
