html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #ffffff;
	background-image: none;
	font-size: 90%;
}

h1, h2, h3, h4, h5 {
	margin-bottom: .5em;
}

p {
	margin:0 0 .5em 0;
}

a {
	color: #696969;
}

#left, #header, #announce, #nav {
	display: none;
	clear: both;
}

#content, #contentwide {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 0;
	border: none;
}

#right {
	text-align: left;
}
#extra {
	clear: both;
	display: none;
}

#footer {
	clear: both;
	border: none;
	text-align: left;
}
