#content {
  position:absolute;
  top: 150px;
  left: 50px;
  width: 400px;
}

#anchors {
  position:fixed;
  top: 160px;
  left:40px;
  width: 90px;
  text-align: right;
  font-family: Arial;
}
* html #anchors {position:absolute;}
#anchors_w {
  position:fixed;
  top: 160px;
  left:40px;
  width: 90px;
  text-align: right;
  font-family: Arial;
  color: #FFF;
}
* html #anchors_w {position:absolute;}

#slider {
  position:fixed;
  top: 165px;
  left:155px;
  width: 7px;
  display:none;
  z-index:3;
  background: #d0d1c1;
}
* html #slider {position:absolute;}

#sliderknob {
	position: absolute;
	height: 7px;
	width: 7px;
	cursor: pointer;
  z-index:3;
  background-image: url(/img/sliderknob_bg.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
	background-color: #7f8062;
}

#copy {
  position: fixed;
  top: 165px;
  left: 180px;
  width: 400px;
  font-family: Arial;
  margin-left:10px;
  margin-bottom:60px;
  background: #FFF;
}
* html #copy {position:absolute;}

#copy_w {
  position: fixed;
  top: 165px;
  left: 180px;
  width: 400px;
  height: 250px;
  font-family: Arial;
  margin-left:10px;
  margin-bottom:60px;
  color: #FFF;
  background: transparent;
}
* html #copy_w {position:absolute;}

#anchors a:link, #anchors a:visited {
  text-decoration:none;
  color: #000;
}

#anchors a:active, #anchors h3 a:hover {
  text-decoration:none;
  color: #7f8062;
}

#anchors_w a:link, #anchors_w  a:visited {
  text-decoration:none;
  color: #FFF;
}

#anchors_w a:active, #anchors_w a:hover {
  text-decoration:none;
  color: #3b4c5a;
}

#anchors h3 {
  font-size: 60%;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

#anchors h2 {
  font-size: 70%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

#anchors_w h3 {
  font-size: 60%;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

#anchors_w h2 {
  font-size: 70%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

#copy h3 {
  font-size: 70%;
  font-weight: bold;
  margin-top:25px;
  margin-bottom:5px;
  padding-top: 0px;
}

#copy h2 {
  font-size: 90%;
  font-weight: bold;
  margin-top: 40px;
  padding-top: 0px;
  font-family: Georgia;
  font-weight: normal;
  clear: both;
  width:360px;
}

#copy p.first {
  margin-top: 5px;
  font-size: 80%;
}

#copy p {
  margin-top: 5px;
  font-size: 70%;
  width:360px;
}

#copy ul {
  margin-top: 5px;
  font-size: 70%;
  width:340px;
}

#copy a:link, #copy a:visited, #copy a:active  {
  margin-top: 5px;
  font-size: 70%;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}


#copy_w h2 {
  font-size: 90%;
  font-weight: bold;
  margin-top: 40px;
  padding-top: 0px;
  font-family: Georgia;
  font-weight: normal;
  clear: both;
  width:360px;
  color: #FFF;
}

#copy_w p.first {
  margin-top: 5px;
  font-size: 80%;
  color: #FFF;
}

#copy_w p {
  margin-top: 5px;
  font-size: 70%;
  width:360px;
  color: #FFF;
}

#copy_w ul {
  margin-top: 5px;
  font-size: 70%;
  color: #FFF;
}

