body {
  background: url(Images/bg.gif);
  font-size: 85%;
}

#container {
  margin: 0 auto auto;
  min-height: 840px;
  position: relative;
  top: 20px;
  width: 960px;
}

img {
  border-style: none;
}

.t {background: url(Images/t.gif) 0 0 repeat-x}
.b {background: url(Images/b.gif) 0 100% repeat-x}
.l {background: url(Images/l.gif) 0 0 repeat-y}
.r {background: url(Images/r.gif) 100% 0 repeat-y}
.bl {background: url(Images/bl.gif) 0 100% no-repeat}
.br {background: url(Images/br.gif) 100% 100% no-repeat}
.tl {background: url(Images/tl.gif) 0 0 no-repeat}
.tr {background: url(Images/tr.gif) 100% 0 no-repeat;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;}

.window {
  margin-left: 0px;
  margin-bottom: 0px;
  color: #666666;
  font-family: Arial;
  font-size: 0.8em;
  line-height: 1.6em;
}

#largewindow {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 420px;
  background: url(Images/bg~.gif);
}

#largewindowlabel {
  position: absolute;
  top: 434px;
  left: 60px;
}

#smallwindow {
  position: absolute;
  left: 490px;
  top: 260px;
  width: 200px;
  background: url(Images/bg~.gif);
}

#smallwindowlabel {
  position: absolute;
  top: 235px;
  left: 610px;
}

#squarewindow {
  position: absolute;
  left: 50px;
  top: 550px;
  width: 420px;
  background: url(Images/bg~.gif);
}

#squarewindowlabel {
  position: absolute;
  top: 525px;
  left: 350px;
}

#widewindow {
  position: absolute;
  top: 0px;
  left: 490px;
  width: 420px;
  background: url(Images/bg~.gif);
}

#tallwindow {
  position: absolute;
  top: 260px;
  left: 710px;
  width: 200px;
  background: url(Images/bg~.gif);
}

#tallwindowlabel {
  position: absolute;
  top: 235px;
  left: 825px;
}

#smallitems {
  position: absolute;
  top: 700px;
  left: 700px;
  width: 200px;
  color: #333333;
  text-align: right;
  font-family: Arial;
  font-size: 0.6em;
  line-height: 2.0em;
  letter-spacing: 1ex;
}

#leftscrew {
  position: absolute;
  top: 300px;
  left: 0px;
}

#rightscrew {
  position: absolute;
  top: 300px;
  left: 928px;
}

.window a {
  color: #666666;
  text-decoration: none;
}

.window a:hover {
  text-decoration: underline;
}

.window a:visited {
  color: #666666;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #333333;
}

