html,body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #606060;
  background-color: #ddd;
}
#wrapper {
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  padding: 0 11px 0 11px;
  background-color: white;
  border: 1px solid #bbb;
}
#headline {
  height: 160px;
  margin-bottom: 22px;
}
#headline img {
  border: 0;
}
#headline img#banner {
  float: left;
}
#headline img#gglogo {
  padding-top: 24px;
  float: right;
}
#mainnav ul li {
  display: inline;
}
#subnav {
  float: left;
  width: 200px;
  text-decoration: none;
} 
#content {
  margin-left: 200px;
  height: 510px;
  overflow: auto;
}
#footer {
  margin: 12px;
  clear: left;
}
#footer ul {
  margin: 0 0 4px 0;
}
#footer ul li {
  display: inline;
}
#footer div.left {
  width: 200px;
  float: left;
}
#footer div.center {
  float: left;
  width: 100px;
  margin-left: 150px;
}
#footer img {
  border: 0
}
#footer div.right {
  text-align: right;
}
#subnav a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
}
#subnav a:hover {
  color: #008e38;
}
#subnav ul {
  margin-top: 4px;
  padding: 0;
}
#subnav li {
  list-style: none;
  padding: 2px 20px 4px 0;
}
#subnav ul li.nav_1 {
  font-weight: bold;
}
#subnav ul li.nav_2 {
  padding-left: 11px;
}
#subnav .active {
  color: #008e38;
}
h1 {
  margin-top: 0;
}
#content a {
  color: #008e38;
}
#content a:hover {
  background-color: #eee;
}

