body {
  margin: 0;
}

#wrapper1 {
  position: relative;
  text-align: left;
  width: 100%;
  background: #FFF url("/trac/thcnet/chrome/site/shadow.gif") repeat-y top right;
}
#wrapper2 {
  position: relative;
  text-align: left;
  width: 100%;
  background: url("/trac/thcnet/chrome/site/shadowl.gif") repeat-y top left;
}
#maincol {
  position: relative;
}
#leftcol { 
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 130px;  /* for IE5/WIN */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 130px; /* actual value */
  margin: 0;
  padding: 0;
  z-index: 100;
}
#rightcol {
  position: relative;
  top: 0px;
  right: 0px;
  float: right;
  width: 130px;  /* for IE5/WIN */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 130px; /* actual value */
  margin: 0;
  padding: 0;
  z-index: 99;
}
#centercol {
  position: relative;
  margin: 0;
  padding: 0 130px;
}

.links {
  position: relative;
  top: 167px;
  text-align: right;
  color: #fff;
  margin: 0 20px -167px 0px;
}

.links a:link { text-decoration: none; color: #fff; }
.links a:visited { text-decoration: none; color: #fff; }
.links a:hover { text-decoration: none; color: #000; }
.links a:active { text-decoration: none; color: #000; }


