body {
  font: 1em "Lucida Grande", "Nimbus Sans L", "Arial", sans-serif;
  color: #dcdcdc;
  margin: 0;
}

a:link {
  color: #eee;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #eee;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #eee;
}

img {
  border: 0;
}
#header {
  padding: .5em 0;
  border-bottom: 1px solid #434343;
  background: #343434 url(stripes.png) repeat center center;
}

#header p {
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: baseline;
}

#header p.logo {
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  margin-right: .5em;
  text-shadow: #000 0 0 .25em;
}

#header p.logo a {
  padding: .5em 1em;
}

#header p.logo a:hover {
  background: #464646;
}

#header p.description {
  font-size: .8em;
  color: #999;
  text-shadow: #000 0 0 .25em;
}

div#navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 30em;
}

div#navigation ul,div#navigation ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#navigation ul {
  float: right;
  margin-right: 1em;
}

div#navigation ul li {
  float: left;
  text-align: center;
}

div#navigation ul a {
  float: left;
  padding: .5em .75em;
  text-shadow: #000 0 0 .25em;
}

div#navigation ul a:hover {
  text-decoration: underline;
}

div#navigation ul li.active a {
  color: #ccc;
}

div#navigation ul li.active a:hover {
  color: #fff;
}

div#footer {
  clear: both;
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
  font-size: .8em;
  color: #999;
}

div#footer p {
  display: inline;
  padding: 0 1em;
}

div#footer p.copyright {
  border-right: 1px solid #666;
}

