/* Hide sections */
div#header ul,
div#side {
	display: none;
	}



div#content {
	width: 100%;
	}



div#printheader {
	display: block;
	position: absolute;
	top: 55px;
	right: 20px;
	}
	


/* Content Header */
div#content div#contenthead h2 {
	margin: 0;
	width: auto;
	height: auto;
	font-size: 24px;
	text-indent: 0px;
	float: left;
	}

div#innercontent .bottomborder {
	border-bottom: 1px solid #CCC;
	}

