html, body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body, html body {
	text-align: left;
	font-size: 10pt;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px none #ffffff; /* DIVs must have a border value set in Netscape 4.x */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}
#header, #logo, #pics, #righteous, #topmenu {
	display: none;
	visibility: hidden;
}
/* -- menu -- */
#leftcol, div.innerleftcol {
	display: none;
	visibility: hidden;
}
/* -- content cols -- */
#content {
	position: static;
	padding: 0em 1em 0em 0em;
}
