/**
 * Theme Colours:
 *
 * BLUE:	#0045fc
 * RED:		#fc0043
 * GREEN:	#43fc00
 **/
 
body {
	background: #555;
}
h1, h2, h3, h4{
	margin-bottom: 0px;
}
h1{
	margin-top: 0px;
}
p, ul {
	margin-top: 0px;
}
a {
	color: #0045fc;
}
a:hover {
	color: #43fc00;
}
div#page{
	min-width: 900px;
	width: 900px;
	margin: auto;
	background: #fff;
	border-style: solid;
	border-width: 5px;
}
div#header {
	width: 900px;
	height: 100px;
	text-align: center;
	background: #000 url(/images/bg/ruapehu.jpg) no-repeat;
	background-size: 100%;
}
div#hierarchy {
	text-align: left;
	font-size: 0.8em;
}
div#content {
	margin: auto;
	padding: 10px;
	vertical-align: middle;
	min-height: 500px;
}
div#footer {
	text-align: center;
	font-style: italic;
	font-weight: bolder;
	color: #fff;
	background: #000;
}
h1#heading {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 15px;
}
img#headerImage {
	margin: auto;
	border: 0px;
	display: block;
	width: 50%;
	padding-top: 10px;
}
img#homeImage {
	float: right;
}
#menu {
	margin: auto;
	float: bottom;
}
#menu a {
	color: #fff;
	width: 120px;
	display: inline-table;
	background: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}
#menu a:hover {
	background: #000;
	color: #43fc00;
}
span.errorText {
	color: red;
	font-weight: bold;
}