/*** Print Stylesheet ***/

html, body, #container {
  	margin: auto;
	border: 0;
	position: static;
	padding: 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 200px;
}
#header {

}

#left, #center, #right {
	float: none;
	clear: both;
	text-align: left;
}

body, #container, #left, #footer, #center, #right, .column  {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header img {
	float: none;
}

#header-links, #language, #menu, .breadcrumbs, .subnav, .sidenav, .links {
	display: none;
}

a {
	color: #7e91cb;
	}
