/* printable style sheet */
/* top right bottom left */

body	{
	font-family: Arial,helvetica,sans-serif;
	}

.header, .nav, .footer, .map-directions, .webcam	{
	display: none;
	}

.header-print	{
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	font: bold 100% Arial;
	}

.content	{
	width: auto;
	border: 0;
	margin: 5%;
	padding: 0;
	float: none !important;
	}