/* 
/* (CC) Wevolve (R), 2009
/* 
/* Feel free to be inspired by this CSS, 
/* see the Creative Commons License (http://creativecommons.org/) 
/* 
/* If you re-use parts or whole of this CSS, 
/* you must include this copyright notice at the start of the file. 
/* 
/* Please contact us for commercial use and to find out 
/* how we can help you with various web-based solutions: 
/* 
/* web:     http://www.wevolve.nl 
/* e-mail:  info@wevolve.nl 
/* tel.:    +31-(0)74 255 2140 
/*
/* -------------------------------------------------------- */ 

body {
  padding:0; margin:0;

  font-family:arial, helvetica, sans-serif;
  color:#333;
  background:#fff;
}

#header,
#crumbtrail,
#column,
#footer { display:none; }

html #wrapper #printbranding {
  display:block;
  width:433px;
  height:72px;
  
  background:url("../img/branding_print.png") 0 0 no-repeat;
}

h1,
h2,
h3,
h4,
h5,
.wh-heading1,
.wh-heading2,
.wh-heading3,
.wh-heading4,
#page p.wh-normal,
p,
a {
  color:#333;
  font-family:arial, helvetica, sans-serif;
  text-decoration:none;
}
