body {
   background: white;
   font: 12pt Verdana, sans-serif;
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   color: #000;
}
   

#header, #headerPhoto, #menu, #side, #footerLeft { display: none; }

#print_header { display: block; }

/*/////// STYLING FIXES */

#container {
	width: 100%;
	margin: 0;
}

#content {
	clear: both;
}

#content h1 { font-size: 1.3em; }

#print_header img { float: left; }


/*/////// CONTENT ALTERATIONS */

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.eastgate.com.au" attr(href) ") ";
   }