@import url("nav.css"); /* IMPORT: navigation stylesheet */

html body {
	background: #fff;
	color: #505050;
	font: normal 11px/13px Verdana,  Arial, Helvetica, Tahoma, Trebuchet ms, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Visible Elements
----------------------------------------------------------- */

#print-header {
	display: block;
}


/* Hidden Elements
----------------------------------------------------------- */

#footer,
#header {
	display: none;
}


/* De-Blocked Elements
----------------------------------------------------------- */

#container,
#main,
#content,
#subpage-content {
	display: inline;
	float: none;
	padding: 0;
	position: static;
	margin: 0;
	width: auto;
}