body {
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 12px;
}
#content {
  width: 770px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#header {
  width: 770px;
  height: 60px;
  border-bottom: 1px solid #919191;
  background-image: url('images/zeronet_header.gif');
  margin-bottom: 2px;
}
#header span.tagline {
  float: right;
  margin-top: 40px;
  margin-right: 5px;
  font-size: 11px;
}
#menu {
  width: 150px;
  height: 400px;
  float: left;
}
#menu ul { /* remove bullets and list indents */
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #919191;
}
#menu a {
  border-top: 1px solid #bbbbbb;
  padding-left: 5px;
  display: block;
  color: #000;
  background: #cccccc;
  text-decoration: none;
}
#menu a:hover {
  color: #a00;
  background: #eeeeee;
}
#main {
  margin-left: 160px;
}
#menubox 
{
  height: 200px;
  background-color: #cccccc;
  margin-top: 2px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #919191;
}
#footer {
  background-color: #cccccc;
  text-align: right;
  font-size: 10px;
  border-top: 1px solid #919191;
  clear: both;
}

