* {
  margin: 0;
  padding: 0;
}

body {
  padding: 20px;
  font-family: sans-serif;
  font-size: 0.8em;
  background: url(bg.png);
}

p {
  margin: 0.8em 0;
}

h2 {
  margin: 0.2em 0 0.5em 0;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
}

img { 
  border: 0;
}

#content {
  background: #fff;
}

#content ul, #content ol {
  margin-left: 5px;
}

#content a {
  color: #0000aa;
}

#content a:hover {
  text-decoration: none;
}

#networklist {
  list-style: none;
}

#networklist li {
  padding: 5px;
  display: block;
}

#networklist img {
  vertical-align: -1px;
}

#networklist a {
  text-decoration: none;
  font-size: 1.5em;
  color: #0000aa;
}

#networklist a:hover {
  color: #0000dd;
}

#contactlist {
  list-style: none;
}

#contactlist li {
  margin: 2px 0;
}

#wrapper {
  width: 400px;
  margin: 0 auto;
}

#header {
  height: 80px;
  background: url(header.png) 0 0 no-repeat;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-top: 1px solid #999;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

#nav {
  text-align: center;
  height: 22px;
  background: url(nav.png) 0 0 no-repeat;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  font-size: 0.9em;
}

#nav li {
  display: inline;
}

#nav a {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 6px 2px 6px;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  margin-top: 1px;
}

#nav a:hover {
  background-color: #b4b4b4;
  color: #fff;
}

#nav a.active {
  color: #fff;
  background-color: #8b8b8b;
}

#content {
  border-bottom: 1px solid #515151;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  padding: 8px;
  display: none;
}

#content>div {
  display: none;
}

#footer {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  background: url(footer.png) 0 0 no-repeat;
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #777;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  color: #222;
}
