body {
  background-color: #67a5eb;
  background-image: url(images/mainbackground.png);
  background-repeat: no-repeat;
}
#overall {
  padding: 10px;
  overflow: auto;
  width: 75%;
  float: right;
  height: 45em;
}
.divider {
  text-align: center;
  width: 100%;
  height: 32px;
  background-position:  center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(images/divider.png);
}
.centre {
  background-position:  center center;
}
.right-picture {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.left-picture {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
#banner {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Times New Roman;
  font-style: italic;
  font-weight: normal;
  font-size: 60px;
  font-variant: normal;
  text-align: center;
  color: #ffe000;
  background-color: transparent;
}
#banner h1 {
  font-size: 16px;
}
#comingsoon {
  width: 100%;
  float: right;
  height: 400px;
  padding-bottom: 20px;
  padding-right: 20px;
  background-image: url(images/comingsoon.gif);
  background-repeat: no-repeat;
  background-position:  center center;
  vertical-align: top;
}
#comingsoon h1 {
  font-family: monotype,sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #0000a0;
  background-color: transparent;
}
#comingsoon h2 {
  font-style: normal;
  font-variant: normal;
  text-align: center;
  color: #a00000;
  font-family: monotype,sans-serif;
  font-weight: bolder;
  font-size: 36px;
  text-transform: uppercase;
  background-color: transparent;
}
#comingsoon p {
  font-family: monotype,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 28px;
  text-align: center;
  color: #a00000;
  background-color: transparent;
}
#main-content {
}
#main-content p {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  color: #ffe000;
  background-color: transparent;
}
#main-content h1 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 32px;
  text-align: center;
  color: #ffe000;
  background-color: transparent;
}
#main-content h2 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  color: #ffe000;
  background-color: transparent;
}
#main-content h3 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 18px;
  text-align: center;
  color: #0000a0;
  background-color: transparent;
}
#main-content h4 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 16px;
  text-align: center;
  color: #0000a0;
  background-color: transparent;
}
#main-content a {
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-align: center;
  text-decoration: underline;
  color: #ffe000;
}
#main-content a:hover {
  color: #dfc000;
}
#main-content a:visited {
  color: #ffe0a0;
}
#news {
  width: 100%;
  float: right;
}
#news p {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 15px;
  text-align: justify;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#news h1 {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#news h2 {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#news h3 {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#news em {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#news a {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-align: center;
  color: #0000a0;
}
#news a:hover {
  color: #00006f;
  text-decoration: none;
}
#news a:visited {
  color: #0000cf;
  text-decoration: none;
}
#navigation {
  width: 20%;
  float: left;
  padding-bottom: 20px;
}
#navigation a {
  display: block;
  width: 184px;
  height: 42px;
  font-family: Comic Sans MS;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  color: #ffe000;
  background-image: url(images/button_off.gif);
}
#navigation a:visited {
  background-image: url(images/button_off.gif);
  color: #ffe0a0;
}
#navigation a:hover {
  background-image: url(images/button_on.gif);
}
#navigation h1 {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #0000a0;
  background-color: transparent;
}
#freeform {
  width: 100%;
  float: right;
}
#freeform h1 {
  font-size: 48px;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
}
#freeform h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}
#freeform h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#freeform p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#freeform a {
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#webcounter p {
  width: 20%;
  float: left;
}
td {
  width: 151px;
  text-align: center;
}
#pictureframe {
  border: 2px inset #88bbfd;
  padding: 1%;
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  font-size: 18px;
  text-align: center;
  color: #ffff00;
  float: right;
  width: 98%;
}
#frameheader {
  border: 2px outset #88bbfd;
  margin: 1%;
  font-size: 32px;
  text-align: center;
}
#framefooter {
  margin: 1%;
  font-size: 16px;
  text-align: center;
}
#fiveuppicture {
  border: 2px outset #88bbfd;
  padding: 0.5%;
  margin-left: 1%;
  margin-bottom: 2%;
  float: left;
  width: 17%;
  height: 150px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
#threeuppicture {
  border: 2px outset #88bbfd;
  padding: 2%;
  margin-left: 1%;
  margin-bottom: 2%;
  float: left;
  width: 27%;
  height: 180px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
#past-productions {
}
#past-productions p {
  font-family: Times New Roman;
  font-style: italic;
  font-weight: bold;
  font-variant: normal;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000080;
  background-color: transparent;
}
#past-productions h1 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 32px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 12px;
  color: #ffe000;
  background-color: transparent;
}
#past-productions h2 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffe000;
  background-color: transparent;
}
#past-productions h3 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0000a0;
  background-color: transparent;
}
#past-productions h4 {
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0000a0;
  background-color: transparent;
}
#past-productions a {
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-align: center;
  text-decoration: underline;
  color: #ffe000;
}
#past-productions a:hover {
  color: #dfc000;
}
#past-productions a:visited {
  color: #ffe0a0;
}
.digit {
  background: #000000 url(images/ledmarquee.gif) repeat scroll 0px;
  float: left;
  width: 14px;
  height: 26px;
  margin-right: 2px;
}
#ledmarquee {
  height: 26px;
  visibility: hidden;
  text-align: center;
  background-position:  center center;
  background-color: #000000;
}
