body {
  color: black; 
  background: white;
  font-size: 0.8em;
}

#centrecontent h1,
#centrecontent h2,
#centrecontent h3,
#centrecontent h4
{
  color: black !important; 
  background: transparent;
  clear: both !important;
}

#outerwrap,
#centrecontent, 
#content,
#footer,
.trust_property_line
{
  /* width: 100% !important;  */
  width: 650px;
  margin: 0 0;
  padding: 0; 
  float: none !important; 
  color: black; 
  background: transparent;
}

#centrecontent table {
	width: 595px;
	table-layout:fixed; 
	word-wrap: break-word;
}

#footer {
  border-top: 1px solid #000;
}

#mainNav,
#right,
#header,
#footer ul
{
  width: 0;
  display:none;
}

#centrecontent a:link, #centrecontent a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#centrecontent a:link:after, 
#centrecontent a:visited:after {
   content: " (" attr(href) ") "; 
}

#centrecontent a[href^="/"]:after {
   content: " (http://www.nattrust.com.au" attr(href) ") "; 
}

