.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #8783D0;
	font-size: 0px;
	left: 507px;
	top: 184px;
}
.Scrollbar-Track {
	width: 11px;
	height: 165px;
	position: absolute;
	top: 204px;
	background-color: #25145D;
	left: 507px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 11px; height: 30px;
  background-color: #8783D0;
}
.Scrollbar-Down {
	position: absolute;
	top: 378px;
	width: 11px;
	height: 11px;
	background-color: #8783D0;
	font-size: 0px;
	left: 507px;
}
#Scrollbar-Container {
  position: absolute;
  top: 50px; left: 460px;
}
 
#Container {
  position: absolute;
  top: 223px; left: 508px;
  width: 444px;
  height: 226px;
  /*background-color: #EEE;*/
}
#News {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 433px;
	height: 212px;
	display: none;
	left: 10px;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*text-indent: 1px;*/
  color: #8783D0;
}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}

