/*******************************************************
      Pagetype-specific stylesheet for Dan's Data.

      Handles width of sidebar column.
      
      This stylesheet is for article-pages.
 *******************************************************/

#rightCol {
	width: 340px;			/* This is the width of the sidebar column.*/
	
	margin-right: -341px;	/* This should be (-1 x width - 1) */
}

#pageBody {
	margin-right: 341px;	/* This should be (width + 1). */
}

#mainBox h3 {
	border-top: 1px solid #B0D0FF;
}

/* Main page images left align by default.*/
#mainBox .BoxBody img {
	display: inline;	
}