*{
	margin: 0px;
}*
body
{ 
  background: #D3D3D3 center top;
  color: #dcdcdc;
  font: 400 16px/24px Roboto,sans-serif;
  font-family: 'Roboto','Helvetica Neue',Helvetica,sans-serif;
  line-height: 1.2;
}
#wrapper 
{
	width: 100%;
	background: #333;
	height: auto;
}
#wrapper-g 
{
	width: 100%;
	background: #D3D3D3;
	height: auto;
}
#wrapper-b 
{
	width: 100%;
	background: #269bce;
	height: auto; 
}
#top,#content,#container
{
	width: 100%;
}
#header
{
    background: #D3D3D3;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    min-height:10%;
    max-height:20%;
    margin: auto;
}
#footer
{
    background: #D3D3D3;
    bottom: 0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    width:100%;
    height:auto;
    margin:auto;
}
#main
{
    background: #269bce;
	width: 60%;
	margin: auto;
	height: 284px;
}
#content
{
	height: auto;
	background: #333;
	margin: auto;
}
.GreyDiv,.BlueDiv
{
	max-width: 90%;
    min-width: 60%;
    height: auto;
    margin: auto;
    padding-top:10%;
    padding-bottom:10%;
}
.BlueDiv
{
	background: #269bce;
}
.GreyDiv
{
	background: #333 
}
#supportpic,#puzzlepic,#MNCMap
{
	width:auto;
	padding: 10px;
}
#badge{
    background: #2f2f2f;
	width: auto;
    height: 34px;
}
#main h1
{
    padding-top: 30px;
    font-size: 46px;
	padding-left: 470px;
	color: #249ed52;
}
#main h2
{
	font-size: 27px;
	padding-left: 470px;
	padding-top: 20px;
	color: #999
}
#main h3
{
	font-size: 46px;
	padding-left: 470px;
	padding-top: 25px;
    padding-bottom: 25px;
	color: #CCC;
}
.GreyDiv h1,.BlueDiv h1
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 46px;
    text-align: center;
}
.GreyDiv h2,.BlueDiv h2
{
    padding-top: 20px;
    font-size: 36px;
    text-align: center;
}
.GreyDiv p,.BlueDiv p
{
    padding-left: 30px;
    padding-right: 30px;
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    text-align: center;
}
#footer p{
    font-size: 32px;
    color: #2e2e2e;
    text-align: center;
}
* a
{
	text-decoration: none;
}
* a:link
{
	color: #2f52ac;
	text-decoration: none;
}
* a:hover
{
	color: white;
}
* a:visited
{
	color: #2f52ac;
}
* a:active
{
	color: purple;
}
#spamDiv a{
 	color: #eee;
	text-decoration: none;
}
#header img, #header-spacer img {
    max-width: 80%;
	min-width: 40%;
}
#supportpic img,#puzzlepic img,#MNCMap img {
    max-width: 80%;
	min-width: 40%;
}
#footerbar img,#badge img
{
    width:auto;
    height:24px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
iframe {
    display: block;
    margin: auto;
}
ul {
  list-style-type: none;
  margin: auto;
  width: 100%;
  text-align:center;
  font-size: 1.5EM;
  padding: 0;
  overflow: hidden;
  background-color: #D3D3D3;
}
#bookings ul {
  list-style-type: none;
  margin: auto;
  width: 100%;
  text-align:center;
  font-size: 1.5EM;
  padding: 20px;
  overflow: hidden;
  background-color: #269bce;
}

li {
  display: inline-block;
}

li a {
  display: inline-block;
  padding: 15px 15px;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

li:hover:not(.active) {
  background-color: #1c3567;
}

.active {
  background-color: #1c3567;
}
.active a {
  display: inline-block;
  padding: 15px 15px;
  color: white;
  text-align: center;
  text-decoration: none;
}