body {
  	font-size: 12px;
	font-family: helvetica, Arial, Verdana, Sans-Serif;
	background: #091521 url(../../../images/bg.jpg) top repeat-x;
	text-align: center;
	margin: 0 0 0 -4px;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	color: #051524;
	}

#pagetop{
	width: 100%;
	float: left;
	background: url(../../../images/ptop.png) top no-repeat;
	margin: 0;
	padding: 25px 0 0 0;
	}

#pagebg{
	width: 100%;
	float: left;
	background: url(../../../images/pbg.png) top repeat-y;
	margin: 0;
	padding: 0;
	}

.inner{
	width: 1000px;
	margin: 0 auto;
	}

#footer {
	background: url(../../../images/footer.png) top no-repeat;
	width:100%;
	float:left;
   	padding: 30px 0 0 0;
	text-align: center;
	margin: 0;
	color: #32668e;
	}

.lposttop{
	width: 100%;
	background: url(../../../images/lptop.png) top no-repeat;
	margin: 0;
	float: left;
	padding: 0;
	}


.lpostbot{
	width: 100%;
	background: url(../../../images/lpbot.png) bottom no-repeat;
	margin: 0;
	float: left;
	padding: 0;
	}

.largepost{
	width: 100%;
	background: url(../../../images/lpost.png) top repeat-y;
	margin: 0;
	float: left;
	padding: 0;
	}

.large{
	width: 940px;
	margin: 20px auto;
	}

/*==========================================================
	Header
============================================================*/

#header {
	background: url(../../../images/header.jpg) top no-repeat;
	width: 100%;
	height: 115px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	width: 430px;
	height: 96px;
	float: left;
	margin: 10px 0 0 20px;
	padding: 0;
	}

#slogan{
	float: right;
	margin: 20px 20px 0 0;
	}

/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	float: right;
	width: 500px;
	height: 40px;
	margin: 0 10px 0 0;
	}

#pages {
   	position: relative;
	height: 25px; 
	width: 500px;
    	padding: 0; 
	margin: 15px 0 0 10px;
    	overflow: hidden;
	}

#pages li {
       	float: left;
        list-style: none;
    	}

#pages li a, #pages li a:visited {
	background: url(../../../images/msep.png) left no-repeat;
        text-decoration: none;
        font: bold 21px arial;
        color: #e0e0e0;
	text-align: center;
        height: 25px; 
	float: left;
	display: block;
       	padding: 0 5px 0 20px;
        }

#pages li a:hover{
	color: #fff;
	}

#pages li.home a{
	background: none;
	padding: 0 5px;
	}

/* Mobile: remove fixed-width "Coollector frame" while keeping desktop look */
@media (max-width: 1000px) {
	body {
		margin: 0;
		text-align: left;
		background: #ECF7FF !important;
	}

	#page {
		overflow: visible;
	}

	/* Kill all fixed-width wrappers on mobile */
	.inner {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 0;
	}

	/* Remove the decorative frame backgrounds on mobile */
	#pagetop,
	#pagebg,
	.largepost,
	.lposttop,
	.lpostbot,
	#footer {
		float: none;
		background: none !important;
	}

	/* Preserve desktop colours on mobile (avoid the dark body background taking over) */
	#pagebg {
		background-color: transparent;
	}

	.largepost {
		background-color: transparent;
	}

	#footer {
		background-color: transparent;
	}

	#pagetop {
		padding-top: 0;
	}

	.large {
		width: auto;
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

	/* Add breathing room between Coollector top bar and phpBB headerbar */
	#header-subsilver {
		margin-top: 10px;
	}

	/* Top Coollector header */
	#header {
		float: none;
		height: auto !important;
		background: #011E39 url(../../../images/pbg.png) top repeat-y !important;
		padding: 2px 0;
	}

	#header > .inner {
		padding: 0 10px;
	}

	#description {
		float: none;
		width: auto;
		height: auto;
		margin: 2px 10px 0 10px !important;
		text-align: center;
	}

	#description img {
		max-width: 100%;
		height: auto;
	}

	#slogan {
		display: none !important;
	}

	#menu {
		float: none;
		width: auto !important;
		height: auto;
		margin: 2px 10px 0 10px !important;
		background: none !important;
		border-radius: 0;
		padding: 0;
	}

	#pages {
		width: auto !important;
		height: auto;
		margin: 0 !important;
		overflow: visible;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#pages li {
		float: none;
		list-style: none;
		margin: 0 3px 3px;
	}

	#pages li a,
	#pages li a:visited {
		float: none;
		height: auto;
		background: none;
		padding: 3px 8px;
		font: bold 16px/1.2 arial;
	}

	#pages li.home a {
		padding: 3px 8px;
	}

	#footer {
		padding-top: 10px;
	}

	#footer .inner {
		padding: 0 10px;
	}
}
