* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: white;
}
	
body {
	color: rgb(69,85,96);

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1em;
}

h1 {
	margin: 20px 0px;
	font-size: 140%;
}

h2 {
	margin: 10px 0px;
	font-size: 130%;
}

h3 {
	margin: 10px 0px;
	font-size: 120%;
}

h4 {
	margin: 10px 0px;
	font-size: 110%;
}

a {
	color: rgb(0,129,196);
	text-decoration: underline;
}

li {
	list-style-type: none;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

address {
	margin-top: 1em;
	font-style: oblique;
	font-size: 80%;
}

/* specific styles */

#header {
	margin: 0;
}

#header h1 {
	margin: 0;
	font-size: 100%;
}

#header h1 a img {
	width: 377px;
	height: 135px;
}

#search {
	display: none;
}


#main {
	padding: 0 109px 100px;

	background-color: white;
	background-image: url(/staff/mattd/articles/images/nk_bkg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;

	height: 552px;
}

html>body #main  {
	height: auto;
	min-height: 552px;
}

#main  p {
	margin: 10px 0;
}

#main  .code-listing {
	font-family: monospace;
	margin: 10px 0;
	padding: 0 30px;
}

#main ul {
	margin: 10px 30px;
}

#footer {
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;

    font-size: 80%;
}
