/* Print Stylesheet for BikeMechanic.co.nz */

body {
   background: white;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   }

.main_content {
   width: auto;
   margin: 0 10%;
   padding: 0;
   padding: 0 20px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a:link, a:visited {
   color: #666666;
   background: transparent;
   text-decoration: underline;
   }

.left_column {
  display: none;
	}

.right_column {
  display: none;
  }

.footer {
  display: none;
  }

.header_wrapper {
  display: none;
}

