/* CSS Document brodie neill News page */



#newsimg {
	background: url(../img/newsobject.jpg) no-repeat top;
	height: 445px ;
	width: 422px ;
	margin-right: 1px;
	float: right;

}


#content {
	background: url(../img/brd_news.png) repeat-y;
}

h1 {
	color: #98CBDF;
	font-size: 16px;
}
#divh1
{
	padding-bottom:20px;
}
#divh1 h1
{
	height:12px;

}
.Container {
	font-size: 11px;
	position: absolute;
	top: 50px;
	left: 0px;
	height: 320px;	
	float: left;
	padding: 70px 0 0 50px;
	clear: left;
	width: 442px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 440px;
  height: 320px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 25px 10px 0px;

}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 245px; left: 500px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 12px; height: 195px;
  position: absolute;
  top: 5px; left: 0px;
  background: transparent url(../img/scroll/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 12px; height: 9px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 200px;
}
