body {
   background: white;
   font-size: 12pt;
   }
/*--------------------------------------------------------------
 Content styles 
-------------------------------------------------------------*/

#header, #banner, #right-content, #footer {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#header, #top-nav, #header form, #client-form, #left-content, #footer .right, p.toggleClientLogin {
   display: none;
   }

#banner h1 {
	font-size:20pt;
	color:#004B8D;
	}
#banner h2 {
	font-size:16pt;
	color:#004B8D;
	}
a:link, a:visited {
   color: #00569c;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.sitescene.com.au" attr(href) ") ";
   }

