body {
	font: normal 62.5% Arial, Verdana, Geneva, Helvetica, sans-serif;
	}

/* HIDDEN IN PRINT ****************************************************** */

	#header, #primary-nav, #sidebar, p#access, #search, #tools, #footer img, #footer a {
	display: none;
}

/* ********************************************************************* */

h1, h2, p {
	font: normal 18pt Georgia, "Palatino Linotype", "New Century Schoolbook", "Times New Roman", serif;
	}

h2 { font-size: 14pt; }
	
p { font-size: 12pt; }
	
#content-head, #content-main, #content-supporting, #footer {
	float: left;
	width: 100%;
	padding: 10px 0;
	border: solid #111 1px;
	border-width: 0 0 1px 0;
	}

#content-main{ width: 65%; }
#content-supporting { 
	width: 30%; border: none; float: right
}
#footer { border-style: none; }

#content-main img { float: left; } 
#content-supporting img { display: none; }

	


