body {
  color:black;
  background:white;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size: medium;
}

#main {
  color:white;
  background:url("background2.jpg") 0 0 fixed no-repeat;
  height:600px;
}  

#title {
  color:white;
  background:url("background2.jpg") 0 0 fixed no-repeat;
  height:30px;
  padding:10px;
  font-style:italic;
}

#box {
  color:black;
  background:url("background2b.jpg") 0 0 fixed no-repeat;
  width:500px;
  padding:20px;
  margin-top:20px;
  margin-left:200px;
  margin-right:200px;
  font-weight:bold;
  font-style:italic;
}

#header {
  width:100%;
  background:#DAE0D2 url("bg.gif") 0 0 repeat-x bottom;
  font-size:85%;
  line-height:normal;
  padding-bottom:3px;
}

#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

#header li {
  float:left;
  background:url("norm_right.gif")
  no-repeat right top;
  margin:0;
  padding:0;
}

#header a{
  display:block;
  background:url("norm_left.gif")
  no-repeat left top;
  padding:5px 15px;
  font-family:Arial;
  font-size:80%;
  text-decoration:none;
  font-variant:small-caps
}

#header #current {
  background-image:url("norm_right_on.gif");
}

#header #current a{
  background-image:url("norm_left_on.gif");
}
