@import url(screen.css);

body, #content #rail *, #content #main * {
	background: none;
}

#header {
	display: none;
}

#rail {
	float: none;
	width: 100%;
	padding: 0;
}

#main {
	float: right;
	width: 600px;
	margin-left: 200px;
}

h1 a, h2, #nav li a {
	text-indent: 0;
	visibility: visible;
}

h1 a {
	height: 1em;
}

h2 {
	border-bottom: 1px solid #d6d6d6;
	padding: 2px 2px 2px 3px;
	text-transform: uppercase;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
}

#nav {
	display: none;
}

.printonly {
	display: block;
}
