body {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
}

#top {
	display: none;
}

#header {
	display: none;
}

#wrapper {
  background: none !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
}

#content-wrapper {
  background: none !important;
  width: auto;
  height: auto;
	margin: 0;
	padding: 0;
	min-height: 0;
}

#content {
  background: none !important;
  width: 633px;
  height: auto;
  margin: 0 auto;
	padding: 0;
}

#main-content {
	float: none;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
	margin: 0;
}

#sidebar {
	display: none;
}

#footer {
	width: auto;
	height: auto;
	background: none;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #795426;
}

#footer-content {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#footer-left {
  display: none;
}

#footer-center {
  width: 100%;
  height: auto;
  margin: 0;
	padding: 0;
	text-align: center;
}

#footer-right {
  display: none;
}
