body {
	position: relative;
	width: 90%;
	max-width: 900px;
	min-width: 260px;
	margin: 0 auto;
	background: url(../img/background.jpg) repeat;
	border-top: 10px solid #c27106;
	border-bottom: 10px solid #c27106;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12pt;
}
body.admin {
	padding: 1em;
	border: 10px solid #4c2200;
}
header, hgroup {
	font-weight: bold;
	text-align: center;
}
section header, h1 {
	font-size: 150%;
}
article header, h2 {
	font-size: 120%;
}
p.centred {
	text-align: center;
}
p.main {
	margin: 2em 0;
	text-align: center;
}
p.announce {
	padding: 10px;
	background-color: #feb834;
	border: 4px solid #c27106;
	text-align: center;
	box-shadow: #444 0.5em 0.5em 0.5em;
}
tr {
	vertical-align: top;
}
th {
	text-align: left;
}
hr {
	border-color: #feb834;
}
nav {
	position: absolute;
	left: 0;
	top: 125px;
}
nav ul {
	width: 125px;
	padding: 0;
}
nav li {
	background: #f6e7c6 url(../img/menu.png) repeat-x center;
	border-left: 5px solid #c27106;
	line-height: 1em;
}
nav li.selected {
	padding: 1em 0;
}
nav li.selected, nav li:hover {
	background: #feb834 url(../img/menuSel.png) repeat-x center;
}
nav a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
}
footer {
	margin-top: 130px;
}
section {
	position: relative;
	margin: 0 1% 0 150px;
	clear: both;
}
article {
	margin-top: 2em;
}
.logoCont {
	position: absolute;
	display: inline-block;
	width: 125px;
	height: 125px;
	overflow: hidden;
}
header .logoCont {
	top: 0;
	left: 0;
}
footer .logoCont {
	bottom: 0;
	right: 0;
}
.logo, .logoOverlay {
	position: absolute;
	top: 0;
	left: 0;
}
.logo {
	animation: 16s ease-in-out infinite alternate spinRight;
}
.logoOverlay {
	opacity: 0.5;
	animation: 16s ease-in-out infinite alternate spinLeft;
}
@keyframes spinRight {
	from {
		transform: rotate(0);
	}
	19% {
		transform: rotate(0);
	}
	31% {
		transform: rotate(90deg);
	}
	69% {
		transform: rotate(90deg);
	}
	81% {
		transform: rotate(0);
	}
	to {
		transform: rotate(0);
	}
}
@keyframes spinLeft {
	from {
		transform: rotate(0);
	}
	19% {
		transform: rotate(0);
	}
	31% {
		transform: rotate(-90deg);
	}
	69% {
		transform: rotate(-90deg);
	}
	81% {
		transform: rotate(0);
	}
	to {
		transform: rotate(0);
	}
}
#breadcrumbs {
	padding: 0;
	font-size: 75%;
	list-style: none;
}
#breadcrumbs li {
	float: left;
	padding: 0 0.5em;
	border-left: 2px solid #c27106;
}
.colLabel {
	display: inline-block;
	width: 15em;
}
.row {
	margin-top: 1em;
}
#jquery-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
/* Screen size overrides */
@media screen and (max-width: 650px) {
	.logoCont {
		display: none;
	}
	nav {
		position: static;
	}
	nav ul {
		width: auto;
		margin: 0;
	}
	nav li {
		float: left;
		border-left-width: 1px;
		font-size: 80%;
		font-weight: normal;
	}
	nav li:last-child {
		border-right: 1px solid #c27106;
	}
	nav li.selected, nav li a {
		padding: 0.5em 0.25em;
	}
	section {
		margin: 0 1% 0 1%;
	}
	footer {
		margin: 0;
	}
}
