body {
	margin: 0px;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
	min-width: 320px;
	padding: 10px 220px;
}
/* Hyperlinks */
a {
	font-weight: bold;
	text-decoration: none;	
}
a:hover, a:active {
	text-decoration: underline;
}
/* General styles */
h1, h2 {
	line-height: normal;
	margin: 0px;
	padding: 0px 5px 1px;
	clear: both;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
hr {
	text-align: center;
	width: 75%;
	height: 2px;
	border: 0px;
	clear: both;
}
img {
	border: none 0px;
}
/* Page content pane */
div#content {
	width: 100%;
	text-align: center;
	padding: 5px;
}
div#content h1 {
	margin: -5px -5px 0px;
	text-align: left;
}
div#content h2 {
	margin: 0px -5px;
}
/* Page header and footer */
div#header {
	margin-left: -210px;	/* Outdent from centre column */
	margin-right: -210px;	/* Outdent from centre column */
}
/* Page header */
div#header {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
/* Same whitespace rules applied in IE and others */
div#header img {
	display: block;
}
/* Page footer */
p#footer {
	border-top: 10px solid transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
	clear: both;
}
