body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
}

#fullwrapper {
	background: transparent;
	position: static;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
}

#header {
	position: static;
	height: auto;
	width: auto;
	background: none;
}

#content {
	position: static;
	background: transparent;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

html>body #content {
	min-height: 0;
}

body, h2, h3, p, #footer a, li, h1, a:link, a:visited, a:active {
	color: black;
	border: 0;
}

h1 {
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
}

#menu {
	display: none;
}

#footer {
	clear: both;
	position: static;
	width: auto;
	text-align: left;
	padding: 0;
	margin-top: 30px;
}

a:link:after, a:visited:after {
   content: "  (" attr(href) ")  ";
   font-size: 8pt;
}