/* Remove unwanted elements */
#home_menu, .content_title, .content_image
	{
display: none;
	}

/* Ensure the content spans the full width */

.logo, .centered
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#main_content
	{
width: 100%; margin: 0; float: none;
	}

.footer, #ft
	{
	font-weight:bold;
	color:#000;
	text-align:center;
	font-size:inherit;
	}

/* Improve colour contrast of links */
a:link, a:visited
	{
color: #000;
	}
