/* CSS Document */
/*body {
  background-image: url(images/blog_background.jpg);
  background-repeat: no-repeat;
}*/
#Container {
  position: absolute;
 /* top: 165px; left: 50px;*/
  width: 320px; height: 500px;
  overflow: hidden;
}
.Scroller-Container { position: absolute; background: transparent; }
h3 {
  margin: 0 0 5px 0px;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFF;
}
p {
  margin: 0 0 5px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0099CC;
  text-align: justify;
  text-indent: 10px;
}
#Scrollbar-Container {
  margin: 0 0 5px 325px;	
  position: absolute;
  width: 10px; height: 340px;
}
.Scrollbar-Track {
  width: 10px; height: 500px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 50px;
  background-color: #7ABAD3;
}
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #B5D6E3;
  font-size: 0px;
}
#List {
  position: absolute;
  top: 50px; left: 400px;
}
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7ABAD3;
  display: block;
  text-decoration: none;
  padding: 3px;
}
#List a:hover {
  color: #0B6589;
}



