body {
  background: #ffffff;
  color: #000000;
  margin: 30px;
}

#sidebar {
  display: none;
}

#header {
  background: #ffffff;
}

#header h1.title {
  background: #ffffff;
  color: #000000;
  text-align: left;
/*  text-align: center; */
  width: auto;
  margin: 0px;
  margin-left: 50px;
}

#header h1.title span {
  display: inline;
  text-indent: 0;
}

ul.header_sub {
  display: none;
}

#contentrow {
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: auto;
  min-height: inherit;
}

#content {
  float: none;
  width: auto;
}

#footer {
  background: #ffffff;
  border-top: 1px solid black;
}

#logo
{
	margin-left: 20px;
}
