#header {
	padding: 0;
	border: none;
	border-bottom: 1px solid black;
	background: white;
	color: black;
}
#header a span {
  display: inline;
}
#header a, #header a:link, #header a:active, #header a:visited {
  display: inline;
  background: none;
	font-size: 100%;
	font-color: black;
	text-decoration: none;
}
#header h1 {
  display: inline;
  color: gray;
  padding-left: 5em;
	font-size: 100%;
	font-weight: normal;
}
#main {
	background: white;
	border: none
}
#footer {display : none;}
.sidecol {display: none;}
.cols-wrapper {border: none;}
#nav {display: none;}
a.PostButton {display: none;}
hr {
  color: black;
  height: 1px;
}