body
{
	background:none;
}

/* Displays header image, centralised, at top of page */
#header
{
	display:none;
	width:100%;
}

#inner-wrapper
{
	border:none;
	width:100%;
}

/* Contains navigation */
#nav
{
	display:none;
	width:0%;
}

/* Contains content */
#content
{
	width:100%;
	padding-bottom:1em;
}

#content tbody td.key_col
{
	color:black;
}

#footer
{
	border-top:2px solid black;
	padding-top:1em;
	width:100%;
}

/* HREFs */
a, abbr
{
	border:none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus
{
  color:black;
	background:none;
}

a:visited
{
  color:black;
}
