/* background, font */

body {
  color: white;
  font-family: sans-serif;
  background: #222 url(covernotext_wide.jpg) repeat-y top center;
}

/* site headings are centered */

h1 { text-align: center; }
h1 a img { border: none; }

/* section titles */

div.section h2 {
  text-transform: uppercase;
  font-family: "Courier New", serif;
  font-style: oblique;
  margin-top: 0;
}

/* sections */

div.section {
  /*background-color: #235;*/
  background-color: black;
  margin: 1em;
  padding: 1em;
}

/* main */

div.main {
  margin-left: 1em;
  margin-right: 200px;
}

/* sidebar */

div.sidebar {
  position: fixed;
  _position: absolute;
  right: 0;
  width: 200px;
  font-size: smaller;
}

/* navbar */

div.nav {
  text-align: center;
}

div.nav ul {
  list-style: none;
}

div.nav li {
  display: inline;
  background-color: black;
  padding: 4px;
  font-size: larger;
}

div.nav li a {
  text-decoration: none;
}

/* those darn borders! */

a img { border: none; }

/* padding at end of dd */

dd { margin-bottom: 4em; }

/* band images */

img.band {
  float: right;
  margin: 1em;
  margin-right: 0;
}
