body {
  background: #111100 url(../../images/bg.gif) repeat-x;
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color:#005b2e;
}



#top {
  height: 10px;
  background-image: url("../../images/T-border.gif");
  background-repeat: repeat-x;
  background-position: bottom;
  opacity:.15;
}


#left {
  width: 10px;
  background-image: url("../../images/L-border.gif");  
  background-repeat: repeat-y;
  background-position: right;
  opacity:.15;
}

#center {
  background-color: #ffffdd;
  width: 800px;
}

#right {
  width: 10px;
  background-image: url("../../images/R-border.gif");
  background-repeat: repeat-y;
  background-position: left;
  opacity:.15;
}



#bottom {
  height: 10px;
  background-image: url("../../images/B-border.gif"); 
  background-repeat: repeat-x;
  background-position: top;
  opacity:.15;
}




