/*
Title:      Point studios print style
Author:     Abdelrahman Osama, ao@point-studios.com
Updated:    May 30 2005
*/

#mainnav, #side, #logo, form, h1 {
	display: none !important;
}

body, #content, #footer, #mainnav {
  width: auto !important;
  margin: 0 !important;
  padding: 1em !important;
  border: 0 !important;
  float: none !important;
}

body {
	background: none;
}

#content a:after {
	content: " (" attr(href) ") ";
}

#skip {
	display: none;
}