html {
  height: 100%;
  min-height: 100%;
  background-image: url('../images/blue-shade-1px.png');
  background-repeat: repeat-x;
  background-color: #bedffc;
  overflow-y: scroll;
}

body {
  font: 12px Arial,Helvetica,sans-serif;
  min-height: 100%;
  height: 100%;
}

.background {
  background-image: url('../images/showband-trans.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-position: center top;
  height: 760px;
}

.spaceheader {
  height: 112px;
}

.spacenavmenu {
  height: 35px;
}

.container {
  padding-top: 10px;
  width: 960px;
  margin: 0 auto;
}

.containerleft {
  float: left;
  width: 217px;
}

.containermiddle {
  width: 500px;
  margin: 0 auto;
}

.containerright {
  float: right;
  width: 215px;
}

.hidden {
  display: none;
}

.newsnavigator {
  border: 1px solid red;
}

.strong {
  font-weight: bold;
}

.active {
  font-weight: bold;
}

.widgetmonth {
  font-weight: bold;
}

.inactive {
  font-weight: normal;
}
