/* CSS Document */
/* simon-towler common typography css */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:150%;
}
/*=================================================
SET A READABLE LINE LENGTH
=================================================*/
#mainColumn {
	width:30em;
}
/*=================================================
DEAL WITH IE <HR> IMPINGING ON <H1>s BELOW (X-B)
=================================================*/
h1 {
	margin-top:0.25em;
}
/*=================================================

=================================================*/
h2 {
	margin-top:1.25em;
}

#footer p {
	text-align:right;
	font-size:0.75em;
	margin:0;
}