html, body {
	margin-right: 13;
	padding: 9px;
	height: 969px;
	width: 99%;
}

#header2 {
	position: absolute;
	width: 99%;
}
#map {
	position: relative;
	height: 714px;
	left: 1px;
	top: 83px;
	width: 897px;
}

#nav {
	background: white;
	margin-right: 6px;
	padding: 3px;
	position: absolute;
	right: 1px;
	top: 91px;
	width: 233px;
	height: 714px;
}
#footer2 {
	background-color: #E7E7E7;
	height: 61px;
	left: 1px;
	margin-bottom: 7px;
	position: relative;
	margin-right: 6px;
	top: 91px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	/* for Mozilla */
	-moz-opacity:0.73;
}
@media print{
  body{	
	background-color:#FFFFFF;
	background-image:none; color:#000000;
	height: 602px; 
  }
  #crimereport{
        background-color:#FFFFFF;
        background-image:none; color:#000000;
  }
  #signuplink { display:none;}
  #nav-bottom { display:none;}
  #nav {
	height: 100%;
  }
  #nav-date-range { display:none;}
  #nav-address-input { display:none;}
  #nav-types-bottom { display:none;}
  #dragmap { display:none;}
  #footer2{ display:none;}
  #map{
	height: 600px;
	width:100%;}
}

