/* ======== print CSS ======== */

body {
}

div#header,
div#wrapper{
	width:100% !important;
}

div#header {
	border-bottom:3px solid #cccccc;
}

div#footer {
	background:none;
	text-indent:0px;
	text-align:center;
}

div#main
 {
	margin:10px auto;
	float:none;
}

/* Legacy firefox
----------------------------------------------------*/

html:not([lang*=""]) div#wrapper,div#content {overflow:visible !important;}




/* hide elements
----------------------------------------------------*/

div#side,
div#main .pagetop{
	display:none;
}