/* Remove unwanted elements */
#menu
{
display: none;
}

/* Ensure the content spans the full width */
#page, #content-twocolumn, #content-onecolumn, #sidebar, #title, #footer, .links, .wrapper
{
width: 90%; margin: 0; padding: 0; border:0; float: none;
}

/* Ensure text colour is black */
body
{
color: #000000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351; text-decoration: underline;
}

ul {
	list-style: square; 
	margin-left: 2em;
}

#header h1 {
	padding-top:0.5em;
	position:static;
	text-align: left;
}

#header {height:auto;}


