header, footer, aside, nav, article {
  display: block;
}
body {
  margin: 0 auto;
  background: #f0f0f0 url(../images/background.jpg) repeat fixed center;
  width: 940px;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  font-size-adjust: none;
  font-stretch: normal;
}
h2 {
  padding: 22px 0;
  font-size: 28px;
  line-height: 44px;
  background-position: left center;
  background-color: transparent;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
}
h3 {
  padding: 11px 0;
  font-size: 18px;
  line-height: 22px;
  background-color: white;
  color: black;
}
img {
  border: 0;
}
p {
  padding-bottom: 22px;
  background-color: transparent;
  opacity: 0.782;
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  color: black;
  line-height: normal;
  font-style: italic;
  font-weight: bold;
}
nav {
  background: navy url(nav_background) repeat scroll 0% 50%;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0.75;
}
nav ul {
  margin: 0 auto;
  width: 940px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
  margin-right: 20px;
  width: 140px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: yellow;
}
nav ul li a:hover {
  color: #ffffff;
}
nav ul li.selected a {
  color: #ffffff;
}
#intro {
  padding: 44px;
  margin-top: 66px;
  background-color: transparent;
}
footer {
  background: #222222 none repeat scroll 0% 50%;
  position: absolute;
  left: 0;
  width: 100%;
}
footer h3 {
  color: #ffffff;
}
footer a {
  color: #999999;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
table {
  border: 0;
  cellspacing: 0;
}

