/*===
2plus4 publishing stylesheet - print fixes
Author: <marcin@rkodigital.net>
===*/


/* remove the border */
body {
	background-image:none;
	text-align:left;
}


/* use the filter hack to force IE 6 to display the shadow properly */
div#container-main-shadow {
	background-image: none;
}

/* use the filter hack to force IE 6 to display the shadow properly */
div#container-footer {
	background-image: none;
}

div#container-main {
	border:0;
}

/* hide the navigation */
div#container-menu {
	display:none;
}


/* move the left column to the top */
div#column-left {
	float:none;
	padding:0;
	margin:0;
	padding-left:30px;
	background-image: none;
}

div#column-middle {
	margin-left:30px
}

/* make the footer narrower */
div#container-footer {
	width:450px;
}