/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */

body, input, textarea, select {
  color: #000;
  background: #fff none;
  }

#wrapper {
  width: auto;
  border: 0;
  background: #fff none;
  }

#header-region, #sidebar-right, ul.tabs { 
  display: none; 
  }

#center { 
  padding: 0;
  background: #fff none; 
  width: auto;
  }

.breadcrumb {
  display: none;
  }

#footer {
  padding-top: 8px;
  height: auto;
  background: none;
  border-top: 1px solid #000;
  }
  
#footer .footer-left {
  width: auto;
  text-align: left;
  }
  
#footer .footer-right {
  width: auto;
  }