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;
}
h1, h2, h3, a {
	text-shadow: black 0 1px 0, black 1px 1px 0;
}
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: 1.5em;
	background-color: #202020;
	background-image: url(images/greytexture.png);
	margin: 32px;
	border-radius: 0 16px 16px 0;
}
#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: 1.3em;
}
h3, h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.5em;
}
h4 {
	font-size: 13pt;
}

#colour {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	bottom: 0;
}
#squares, #squares2, #squaressvg {
	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;
}

#alsoavailable {
	position: fixed;
	bottom: 32px;
	margin-bottom: 1em;
	left: -15em;
	width: 15em;
	padding: 0.2em;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 0 5px 5px 0;
	font-size: 80%;
}

