#sidebar {
	display: none;
}

#top-navigation {
	display: none;
}

#main-content {
	width: 100%;
}
#page, #content {
	width: 90%;
	border: none;
}

#footer  {
	display: none;
}

#copyright {
	display: block;
	text-align: center;
	font-size: 8pt;
}

a {
	text-decoration: none;
	color: black;
}