body {
  background: #000000;
  color: #CBCBCB;
  font-family: arial;
  font-size: small;
}

a, a:link, a:active, a:visited {
  color: #CBCBCB;
  font-family: arial;
  font-size: small;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF;
  text-decoration: overline underline;
}

#main {
  padding: 20px;
}

.important {
  font-size: medium;
  font-weight: bold;
  color: #FF0000;
  font-family: arial;
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 40px;
}

/* html #top-bar {
  position: absolute;
}*/

#topbar-inner {
  height: 40px;
  background: url(../images/top-bar.png) repeat-x fixed;
  padding-left: 25px;
  padding-right: 20px;
}

/* html #topbar-inner {
  margin-right: 17px;
} */

#logo {
  padding-top: 5px;
}

#more {
  padding-top: 4px;
  font-weight: bold;
}

#barnav {
  padding-top: 4px;
}
