/*
-----------------------------------------------------
Print CSS file for [est.org.uk]
Media: print

Notes: ????

Author: Paul Love [ paull at thegrandunion dot com ]
For: Grand Union [ thegrandunion.com ]
-----------------------------------------------------
*/



/* hide irrelevant content */
.accessibility,
#header ul,
#header-tools,
#mainnav,
#breadcrumb,
#section-nav,
#tools,
#footer ul { display:none; }

#header #logo {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
}

body {
	background:#fff;
	color:#000;
	font-size:12pt;
	font-family:"bitstream vera serif",garamond,"times new roman",times,serif;
	padding-top:100px;
}
h1, h2, h3, h4 { margin-bottom:1em; }
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:13pt; }
h4, h5, h6 { font-size:12pt;	}

div#maincontent-design table {
	width:100%;
	margin-bottom:2em;
}