#nav,
#tools,
#skip,
#footer,
#header,
#secondcontent,
#SearchForm_SearchForm {
	display: none;
	}

body {
	margin: 0; padding: 0;
	}
#contentwrapper {
	width: 100% !important;
	margin: 0; padding: 0;
	}
#content {
	width: 100% !important;
	margin: 0; padding: 0;
	font-size: 120%;
	}
#maincontent {
	width: 100% !important;
	position: relative;
	margin: 0; padding: 0;
	}


#header {
	height: 0 !important;
	margin-bottom: 0 !important;
	border: 1px dotted red;
	}
#header h1 {
	padding: 0;
	}
#header h1 a {
	background-image: none;
	background: transparent;
	text-indent: 0;
	margin-top: 5px;
	width: auto;
	height: auto;
	color: #000 !important;
	}

#homepage #secondcontent {
	display: inline;
	}
	
#maincontent {
	width: auto;
	float: left !important;
	}
#homepage #maincontent {
	width: 500px;
	margin-right: 20px;
	float: left;
	}
	
