html {
  width: 100%;
}

body {
  width: 100%;
  margin: auto;
  background-color: #000099;
  color: #FFFFFF;
  text-align: center;
}

#container {
  width: 800px;
  background-color: #0033FF;
  margin: auto;
  margin-top:30px;
  margin-bottom:30px;
  border: 3px solid #FFFFFF;
  text-align: left;
}

#header {
  width: 100%;
  background-color: #0033CC;
}

#titlebar {
  width: 100%;
  height: 100px;
  text-align: center;
}

#title {
  width:100%;
  font-size: 56px;
}

#subtitle {
  width:100%;
  font-weight: bold;
}

#linksbar {
  width:100%;
  background-color: #0000CC;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  text-align: center;
  font-size: 12px;
  line-height:25px;
}

#mid {
  width: 100%;
} 


#content {
  margin: 10px;
  font-size: 14px;
  font-family: sans-serif;
}

#footer {
  height: 30px;
  background-color: #0000CC;
  border-top: 3px solid #FFFFFF;
}

#footer_container {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
  font-size: 11px;
}


#image_container {
  width: 550px;
  text-align: center;
  border: 3px solid #FFFFFF;
  margin-left: 110px;
  margin-right: 110px;
  padding: 10px;
  background-color: #0000CC;
}

#image_description {
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}


a:link {
  text-decoration: none;
  color: #FFFFFF;
}

a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a:active {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.textblock {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #0000CC;
}

.update_date {
  font-weight: bold;
  font-size: 14px;
}

.block_title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

