@import url(https://fonts.googleapis.com/css?family=Noticia+Text:400,700);

html {
  background: #f2f2de;
  font-family: Verdana;
  color: black;
  font-size: 90%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #f2f2de;
  min-width: 800px;
  font-size: 90%;
}

/*$main-background-colour: #f2f2de;
$header-background-colour: #cdd7ff;
$header-bottom-border-colour: #3e65e0;
$menu-text-colour: #0048ff;
$title-colour: #0c3499;
$link-colour: $menu-text-colour;
$background-highlight: #efe4dc;
*/

h1 {
  color: #0c3499;
  font-family: "Noticia Text", Times, Georgia, serif;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.1em #aaa;
  border-bottom: 1px solid #ddd;
  font-size: 36px;
  margin: 0;
}

#header {
  background-color: $header-background-colour;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e65e0), to(#cdd7ff));
  background-image: -webkit-linear-gradient(top, #3e65e0, #cdd7ff);
  background-image:    -moz-linear-gradient(top, #3e65e0, #cdd7ff);
  background-image:     -ms-linear-gradient(top, #3e65e0, #cdd7ff);
  background-image:      -o-linear-gradient(top, #3e65e0, #cdd7ff);
  border-bottom: 5px solid #3e65e0;
}

#oldheader {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: #46828d;
  color: white;
  font-weight: bold;
  border-top: 10px solid #2a8e32;
  border-bottom: 10px solid #2a8e32;
}

#header #title {
  height: 100px;
  font-family: "Noticia Text", Times, Georgia, serif;
  text-shadow: 0.1em 0.1em 0.3em white;
  font-size: 30px;
  font-weight: bold;
}

#header img {
  float: left;
  border: 0px;
}

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}

.main {
  background: #f2f2de;
}

.main .colmid {
  float: left;
  width: 200%;
  margin-left: -120px; 	/* RC */
  position: relative;
  right: 100%;
  background: #f2f2de;
}

.main .colleft {
  float: left;
  width: 100%;
  margin-left: -50%;
  position: relative;
  left: 260px;         	/* LC + RC */
  background: #ffe8bb;
  border-right: 1px solid black;
}

.main .col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 140px;        	/* LC */
}

.main .col1 {
  margin: 0 135px 0 155px;     	/* CC padding */
  position: relative;
  left: 200%;
  overflow: hidden;
  text-align: justify;
}

.main .col2 {
  float: right;
  width: 110px;        	/* LC - 3*pad */
  position: relative;
  right: 15px;         	/* pad */
}

.main .col3 {
  float: right;
  width: 90px;        	/* RC - 3*pad */
  margin-right: 45px;  	/* 3*pad */
  position: relative;
  left: 50%;
}

div.single {
  clear: both;
  padding-bottom: 15px;
  padding-top: 5px;
}

div.pair {
  clear: both;
  padding-bottom: 10px;
  padding-top: 5px;
  width: 100%;
  position: relative;
}

div.pair2 {
  position: relative;
  width: 100%;
  right: 50%;
}

div.pair div.pair2 div.left {
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  left: 50%;
}

div.pair div.pair2 div.right {
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  left: 54%;
}

#footer {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid black;
  margin-bottom: 30px;
}

#footer p {
  padding-left: 20px;
  font-size: 80%;
  float: left;
}

ul.main-menu {
  list-style: none;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

ul.main-menu li {
  margin: 4px 0 0 0;
  padding: 0px;
}

ul.main-menu.left li {
  width: 100%;
}

ul.main-menu.left li a {
  width: 100%;
  display: block;
}


div.col1 ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a {
  color: #0048ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 130%;
  font-family: "Noticia Text", Times, Georgia, serif;
  color: #0c3499;
}

img.icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

iframe.advert {
  border: 2px solid black;
  margin-left: -5px;
  margin-top: 30px;
}

iframe.advert.bottom {
  margin: 10px 10px 0 0;
  float: right;
}
