/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* hicksdesign.co.uk */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
	background-image: url(../images/n4_upgrade.gif);/*use full url so both ie45mac and nn4 can find it. */
	background-repeat: no-repeat;
	background-position: top left;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 40px 5% 5% 5%;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: sans-serif;
	color: #000;
	}
