html, body {
	margin:0;
	padding:0;
	/* scrollbar fix */
		height: 100%;
		margin-bottom: 1px;
}
body {
	font: 75% Verdana, "Microsoft sans-serif", arial, helvetica, sans-serif;
	color: #333;
}
div#container {
	margin: 20px;
	border: none;
	background: none;
	width: auto;
}
div#header {
	height: 116px;
	border-bottom: 1px solid #676B67;
	padding-bottom: 10px
}
div#header span {
	background-image: none;
	background-color: #FFF;
}
div#header span:before {
	content: url(/graphics/headers/print.jpg);
}
div#footer {
	width:auto;
	background: none;
}
div#header h1 {
	height: 116px;
	width: 116px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
div#content {
	margin: 10px 10px 0 10px;
}
div#content.forum {
	margin: 10px 10px 0 10px;
}
div#navigation {
	display: none;
}
div#footer {
	display: none;
}
div#wrapper {
	float:left;
	width:100%;
	background: none;
}
div#extra {
	display: none;
}
div.clear {
	clear: both;
}
div#content div.article_full {
	background-color: #FFF;
	border: none;
	width: auto;
	margin-bottom: 10px;
	padding: 5px 10px 0 10px;
}
div#content div.article_half_right {
	background-color: #FFF;
	background-image: none;
	width: auto;
	border: none;
	min-height: 1px;
	margin: 10px;
	float: none;
	padding: 5px 5px 0 0;
}
div#content div.article_half_left {
	background-color: #FFF;
	background-image: none;
	width: auto;
	border: none;
	min-height: 1px;
	margin:10px;
	float: none;
	padding: 5px 5px 0 0;
}
div#content p.crumb {
	display: none;
}
div#content div.article_full h2 {
	background: none;
}
div#content div.article_sub_nav {
	display: none;
}
div#content div#in-the-zone {
	display: none;
}