/* PRINT STYLESHEET 											*/
/* ============================================================ */

/* Add any elements you want to hide to the rule below */
body {
	background:#FFF;
	color:#000;
	font-size: 12pt;
	font-family:Arial, sans-serif;
}

#nav, 
#header-top-level,
#search-container,
#main-nav,
#right,
#logo,
#footer,
#announce,
.back-to-link,
#sb-container,
#showtime-days,
.hide-show{
	display: none;
}

#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	background: transparent;
}

img {
	display:block;
}