/* print styles */
@import {url(rollout.css)}

/* modern browsers don't print bg, but you never know */
body { background: none repeat scroll 0 0 transparent; }

#taskbar, #form, #left-nav,
body > table:first-child tr:first-child td table, /* nyc.gov imagemap */
#main_content > table > tbody > tr > td:first-child, /* left padding on content */
#main_content > table > tbody > tr > td:nth-child(3), /* right padding on content */
.footer_links {
	display: none;
}

/* clean up footer */
.footer_copyright {	
	margin-left: -13px;
}

#main_content, #main_content table {
  width: 100%;
}

body table:first-child {
	height:auto;
}