/* PRINT CSS
---------------------------------------------------------------------------------- */

.no-print {
	display: none;
}

#content {
	width: auto;
	border-left: none;
}

#header {
	height: auto;
}

.column {
	width: 70%;
}

#logo a {
	text-indent: 0;
	font-size: 26px;
	color: #993300;
	height: inherit;
	margin: 0 0 20px 20px;
	text-decoration: none;
}

h1, h2 {
	text-transform: capitalize;
	font-weight: normal;
}

h1 {
	font-size: 22px;
}

