.Scroller-Container {
	position: absolute;
	width:700px;
	top: 0px;
	left:0px;
	padding-left:0px;
}
.Scrollbar-Track {
	width: 11px;
	height: 200px;
	position: absolute;
	top: 73px;
	left: 487px;
	background-color: #F4F4F4;
}
.Scrollbar-Handle {
	position: absolute;
	width: 11px;
	height: 19px;
	left: 0px;
	top: -1px;
}
#Scrollbar-Container {
  position: absolute;
  top: -70px; left: 200px;
}

#leftMenu {
	position: relative;
	width: 700px;
	height: 210px;
}
#Container {
	position: relative;
	width: 700px;
	height: 210px;
}

#News {
	position: absolute;
	overflow: hidden;
	width: 700px;
	height: 210px;
	display: none;
	left: 3px;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;

}
