@import "lib/content.css";

/* Enable top & logo */
#top {
	border-bottom: 2px solid #cfe6f4;
	height: 68px;
	width: 100%;	
}
#top h1 {
	margin: 0;
	padding: 0;
}

#top h1 span {
	display: none;
}

#top a#logo {
	background: transparent url("../images/logo.gif") no-repeat;
	display: block;
	height: 68px;
	position: absolute;
	width: 441px;
}

#bottom {
	border-top: 2px solid #cfe6f4;	
}

/* Disable elements when printing */
#top ul, #left, #right #header, #right #content div.tools, #bottom .left {
	display: none;
}
