body { margin: 0px; }

img { border: none; }

#pagewidth{ }
 
#top {
  position: relative; 
  height: 65px; 
  background-color: #99CC66;
  width: 100%;
  padding-top: 35px;
  padding-left: 10px;
} 
 
#menu {
  width: 19%; 
  float: left; 
  position: relative;
  border-right: 1px dotted #909090;
}
 
#main {  
  float: right; 
  display: inline; 
  position: relative; 
  width: 80%;
}

#footer {
  height: 70px; 
  background-color: #99CC66; 
  clear: both;
  text-align: center;
  font-size: small;
}