
/* Print Styles */

#navigation, #navigationHalloween, #related, #footer {
    display: none;
}

#content {
max-width : 670px;
}

#header {
	background : none;
}

#content table {
width : 660px;
}

#content, #wrap1, #wrap2, #mainwrap {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    }
	
.screen {
	display : none;
}
.print {
	display	: block;
}

#content img.print {
	display : inline;
}

#header a img {
	margin-left : -5px;
}

