body {
  background: #3F3F3F url(../images/background.gif) repeat scroll center center;
}

.page {
  background: #FFF;
  margin: 15px auto;
  padding: 10px 0px 6px 10px;
  width: 600px;
}

#header {
  background: transparent url(../images/header.png) no-repeat scroll 5px 0;
  height: 200px;
  text-indent: -9999px;
  margin-bottom: 5px;
}

#welcome {
  background: url(../images/content_background.gif) repeat;
  padding: 5px 5px 0 5px;
  width: 580px;
}

#change {
  background: url(../images/content_background.gif) repeat;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  font-size: 12pt;
  width: 580px;
}

#content {
  margin-top: 10px;
  background: url(../images/content_background.gif) repeat;
  padding: 5px 5px 0 5px;
  width: 580px;
  height: 100%;
  padding-bottom: 5px;
}

.navigation {
  background: url(../images/navigation_background.gif);
  font-family: "Trebuchet MS", serif;
  font-size: 9px;
  letter-spacing: 1px;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 0;
  width: 135px;
}

.navigation ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
}

.navigation ul li {
  display: block;
  padding: 2px 0;
}

.navigation ul li a {
  color: #FFFFFF;
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  width:135px;
}

.navigation ul li a:hover {
  background: #CACACA;
  color: #676767;
}

.navigation a:active {
  color:#FFFFFF;
}

.navigation li#active a {
  color: #FFFFFF;
}

.navigation li.current a {
  background: url(../images/red_navigation_background.gif) repeat;
}

.navigation ul li.current a:hover {
  background: #CACACA;
  color: #676767;
}

#other-navigation {
  width: 135px;
  background: url(../images/red_navigation_background.gif) repeat;
  font-family: "Trebuchet MS", Serif;
  font-size: 9px;
  letter-spacing:1px;
  margin-top: 10px;
  padding-bottom: 0;
}

#other-navigation ul {
  list-style-type:none;
  margin: auto;
  padding-top: 0;
  text-align: center;
}
#other-navigation ul li {
  display:block;
  padding:2px 0;
  text-align: center;
}

#other-navigation ul li a {
  width: 115px;
  color: #FFFFFF;
  display: block;
  margin: auto;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
}

#other-navigation ul li a:hover {
  background: #CACACA;
  color: #676767;
}

#other-navigation a:active {
  color: #FFFFFF;
}

#other-navigation li#active a {
  color: #FFFFFF;
  height: 33px;
}

#other-navigation li.current a {
  background: #D20107;
  color: #FFFFFF;
}

#other-navigation ul li.current a:hover {
  background: #CACACA;
  color: #676767;
}

h1 {
  font-size: 14pt;
  color: #971D1A;
}

h3 {
  margin: 0;
}

#error-explanation h2 {
  font-size: 10pt;
}

.title-box {
  padding: 3px;
  width: 130px;
  text-align: center;
}

.title-box img {
  border: 1px solid #000;
}

.title-box a {
  text-decoration: none;
  color: #222;
  border: none;
}

.title {
  font-weight: bold;
}

.archive-list {
  list-style-type: none;
  margin: auto;
  text-align: center;
}

.age-group-select {
  vertical-align: sub;
}

#footer {
  font-family: "Trebuchet MS", serif;
  font-size: 9px;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  height: 16px;
  
  margin-bottom: 6px;
  
  background: url(../images/red_navigation_background.gif) repeat;
}

h4, h5 {
  margin-bottom: 0;
}