/*
	Note to author:

	Large printed elements (like content)
	should NOT be floated.
	Double check.
*/

/* Global Styles
===============================================*/
body {
	background: #fff;
	font-size: 12pt;
	line-height: 16pt;
}

/* Links
-----------------------------------------------*/
a:link, a:visited {
	color: #036;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#body a:link:after, #body a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Layout
===============================================*/
#menu, #nav, nav {
	display: none !important;
}

body, #header, #body, #footer, section {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
	
#body {
	background: transparent;
	border: 0;
	color: black;
	margin: 0 12.5% !important;
}

