/*  Printer Stylesheet - Scriptus Web Design
© 2007 Scriptus Web Design:  www.scriptus.co.nz */

/*  Printer friendly styling and formatting */


/* Elements not printed */
#Subheader, #Subheader a, #footer a { display: none; }

/* Print all other elements with 100% spacing */

body, p, td, th, ul, a { 
  background-color: #fff; 
  color: #000; 
  font-family: "Times New Roman", Garamond, serif; 
  font-size: small; 
  }

  
#container  { width:100%; }

#content { 
  width: 100%; 
  margin-left: 5%;
  margin-right: 0;
  }

#Tfloat { width: 100%;  }

.Tfloat li  {
  margin-left: 0;
  margin-right:0;
  }

.Gallery  { width: 100%;  }

#footer { 
  width: 100%;
  border:none;
  }

