header {
  text-align: center;
}

#logo {
  width: 500px;
  height: 200px;
}

h2 {
  text-align: left;
  font-size: 35px;  
  margin: 0;
  padding: 0;
}

section {
  text-align: left;
  float: left;
  width: 900px;
}

#page {
  margin: 0 auto;
  width: 900px;
}

nav {
  text-align: left;
}

footer {
  text-align: right;
  clear: both;
}

nav li {
  display: block;
  width: 140px;
  float: left;
}

nav a {
  color: #fff;
  background: url(gray2.png) repeat-x bottom;
  font-weight: bold;
  display: block;
  line-height: 1.0;
  padding: 6px 0;
  border-left: 1px solid #fff;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  background: url(blue2.png) repeat-x bottom;
}

nav #current a {
  color: #55c;
  background: #fff;
}

