
body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000;
    margin: 0;
}

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}

#outer_wrapper {
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
	width: 780px;
	margin: 0 -1px; /* new */
	margin-left: auto;
	margin-right: auto;
}

#main
{
	font-size: 1.25em;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}
