body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color:#2F9E09;
}
#menu {
  height:35px;
  background:url('/images/nate/menu_fill.jpg');
}

#menu ul {
  border-bottom:1px solid #C7C7C7;
  width:auto;
}

#menu ul li {
  float:left;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  text-align:center;
  margin:3px;
  margin-left:1px;
  margin-right:0;
}

#menu ul li a {
  height:22px;
  color:#000;
  font-size:100%;
  font-weight:bold;
}

#menu ul li a:hover {
  color:#FFF;
}

#title {
  background:url('/images/nate/title_bg.jpg');
  width:481px;
  height:31px;
  padding-left:20px;
  color:white;
  background-repeat:no-repeat;
  padding-top:7px;
  padding-bottom:20px;
}

#left_column {
  background:url('/images/nate/leftcol_fill.jpg');
  width:237px;
}

#right_column {
  width:480px;
  margin:10px;
  padding:10px;
}

#footer {
  border-top:1px solid white;
  border-bottom:1px solid white;
  height:26px;
  background:#2F9E09;
  padding-top:4px;
}
