html {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 20px;
	width: 700px;
}
#header {
	background-image: none;
	height: auto;
}
#header h1 a {
	background-image: none;
	color: #222;
	display: inline;
	height: auto;
	overflow: normal;
	text-indent: 0;
	width: auto;
}
#header ul {
	display: none;
}
#content {
	background-image: none;
}
#footer {
	display: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

