html, body {
	position: relative;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12pt;
	/*font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;*/
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #d0d0d0;
	background-color: black;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0.2em 0;
}
ul, ol, dl {
	margin: 0.2em 2em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
.small {
	font-size: 9pt;
	color: #808080;
}
#mainpage {
	position: relative;
	margin: 32px 32px 32px 0;
}
#contentarea {
	text-align: left;
	padding: 0.8em;
	background-color: #202020;
	margin: 32px;
}
#rhs {
	margin-left: 40%;
}
#rhs #contentarea {
	margin: 0 0 0 32px;
}
ul {
	text-align: left;
}
ul li {
	list-style-type: square;
}
h1, h2, h3, h4 {
	font-family: inherit;
	font-weight: normal;
	color: #a0a0a0;
	margin: 2em 0 0;
}
h1 {
	font-size: 2.5em;
	margin-top: 5em;
	margin-bottom: 2em;
}
h2 {
	font-size: 15pt;
}
h3, h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 1.5em;
}
h4 {
	font-size: 13pt;
}

#colour {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	bottom: 0;
}
#squares, #squares2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: top right;
}
#squares2 {
	display: none;
}
#colourflash {
	position: relative;
	width: 100%;
	height: 100%;
}
#footer {
	margin-top: 2em;
}
#imageloader {
	position: absolute;
	visibility: hidden;
}

