
/* SCROLLBAR */
.article_content		{	width:699px; height:auto; padding:45px 0px 25px 60px; line-height:19px; float:left; overflow:hidden; letter-spacing:normal; background-color:#2f2f2f; }

div#dp_sc_bar { background-color: #2f2f2f; height:487px; float: left; width: 19px;  border-right: 1px solid white; }
/* Styles for scrolling layers and scrollbars  */
div#dp_sc_holder1 { 
	float: left;
  overflow:hidden; }
div#dp_sc_wn1  { 
  position:relative; left:0; top:0;
  width:739px !important; 
 /* width:756px; */
  height:486px; 
 clip:rect(0, 756px, 486px, 0); 
  overflow:hidden; 
  background-color:  #2f2f2f;
  margin-left: 20px;
  }
/* op7 needs width set here too (?) */  
div#dp_sc_lyr1 { width:676px;
position:relative;  
  left:0; top:0;   }


/* Set small font-size or size/position of div's will be off in some browsers  */
div#dp_sc_scrollbar1 { 
  position:relative;
  width:18px; height:487px !important; height:488px; 
  font-size:1px; z-index:2
  }
div#dp_sc_track1 { 
position: absolute; top: 19px;
  width:19px; height:450px;
  background-color: #2f2f2f;
  z-index:1
  }
div#dp_sc_dragBar1 {
  position:absolute; left:1px; top:1px;
  width:17px; height:20px;
  background-color:#666666;
  z-index:1
  }  
div#dp_sc_up1 { position:absolute; left:0; top:0; z-index:2 }  
div#dp_sc_down1 { position:absolute; left:0; bottom:0; z-index:3 }  
div#navigation { float: right;  }
div#main { background-color: #2f2f2f; }
div#dp_sc_holder1 { height: 487px !important; height: 488px;}
