#wrapper {
  margin: auto;
  text-align: left;
  width: 800px;
}
body {
  background-color: #161616;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../watermark.png);
  background-repeat: no-repeat;
}
a {
  color: #b9b9bd;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:link {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: red;
}
a:active {
  color: red;
}
#header {
  border-top: 1px none black;
  border-left: 1px none black;
  border-right: 1px none black;
  background-color: transparent;
  color: white;
}
#acronym {
  font-weight: bold;
  color: #cc0000;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: larger;
}
#hmenu {
  border: 1px solid #222222;
  text-align: center;
  background-color: #080808;
  line-height: 2.5em;
  height: 25px;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  font-weight: normal;
  font-size: 0.7em;
}
#hmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu li {
  border-left-width: 1px;
  width: 58px;
  float: left;
  background-color: black;
  border-left-color: black;
  color: black;
  border-right-width: 1px;
  border-right-color: black;
}
#hmenu a {
  background-color: #999999;
  text-decoration: none;
  display: block;
  color: white;
}
#hmenu a:hover {
  background-color: #333333;
  font-weight: bold;
}
#main {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
#navigation {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  margin-right: 10px;
  float: left;
  width: 150px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: block;
}
#navigation li {
  border: 1px solid #222222;
  margin: 0;
  padding: 0;
  background-color: #080808;
  display: block;
}
#navigation a {
  border: 1px solid #111111;
  padding: 5px;
  text-decoration: none;
  display: block;
  color: white;
}
#navigation a:hover {
  border: 1px solid silver;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #333333;
}
#content {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #cccccc;
  margin-left: 160px;
}
#footer {
  border: 1px solid #222222;
  text-align: center;
  background-color: #080808;
  clear: both;
  height: 25px;
  color: white;
}
#news_break {
  border-bottom: 2px solid #999999;
  padding-top: 8px;
}
#linkspot {
  border:  none;
  padding: 5px;
  height: 115px;
  font-weight: bold;
  float: left;
  color: #000000;
  position: relative;
  width: 145px;
  font-size: medium;
  font-family: "Times New Roman";
}
.centeredImage {
  padding: 0px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
#news {
  border:  none;
  overflow: auto;
  height: 150px;
}
