#container {
	width:100%;
	background-color:white;
	color:black;
}

/* main template */
#container #rooftop, #container #buttonbar, #container #basementfloor {
	display:none;
}

/*header: hide all but logo */
#container #header .searchform, #container #header .headerbanner, #container #header .headerbotruler {
	display:none;
}

/* footer: hide all but address info */
#container #footer .addressleft, #container #footer .addressright {
	display:none;
}

#container #footer {	
	font-size:12px;
}

/* content left */
#container #content #leftmenu {
	display:none;	
}

/* content right */
#container #content #tagcloud {
	display:none;	
}

#container #content #rightinfo {
	display:none;	
}
