@import url("generic.css");
@import url("template.css");
@import url("styles.css");

body {
	background-color: #fff;
	height: auto;
}

#searchBox {
	display:none;
}

#head {
	display:none;
}

#content .count {
	display:none;
}

#contentRight {
	display:none;
}

#uppernav {
	display:none;
}

.footerwrapper {
	display:none;
}

.browse {
	display:none;
}

.listitem {
	min-height: 100px;
}

div.backlink {
	display: none;
}

.print_list, .print_single {
	display: none;
}

#contentLeft {
	width: 100%;
}

.listitem .info {
	width: 900px;
}