#wrapper {
  margin: auto;
  text-align: left;
  width: 900px;
}
body {
  background-color: #161616;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../watermark.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  color: #cccccc;
}
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; */
  padding-top: 23px; /* new with top-bar */
}
#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 {
  background-image: url("../images/navigation.png");
  background-repeat:no-repeat;
  background-position: center;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  display: block;
  text-align:center
}
#navigation a {
  border-collapse: collapse;
  padding: 8px;
  text-decoration: none;
  display: block;
  color: white;
}
#navigation a:hover {
  background-image: url("../images/navigation_hover.png");
  background-repeat:no-repeat;
  background-position: center;
  border-collapse: collapse;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#content {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0px;
  float: right;
  width: 730px;
}
#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;
}
#flyer {
  margin-bottom: 1px;
  margin-top: 1px;
  position: relative;
  margin-left: 50px;
  margin-right: 1px;
  float: left;
  /* width: 460px; */
}
#sponsors {
  margin-bottom: 1px;
  margin-top: 1px;
  position: relative;
  margin-right: 1px;
  float: right;
  width: 350px;
}

hr {
	border: none;
	width: 99%;
	background-color: #808080;
	color: #808080;
	height: 1px;
}

