#left {
	display: none;
}

img {
	border: 0;
}


h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p, ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


	/* Necessary to fix an IE bug --
	   the only way to hide something is to
	   surround it in a <span class="hide">
	 */
span.hide
{
	display: none;
}


