/*******************************************************
      Pagetype-specific stylesheet for Dan's Data.

      Handles width of sidebar column.
      
      This stylesheet is for article-pages.
 *******************************************************/

#rightCol {
	width: 249px;			/* This is the width of the sidebar column.*/
	
	margin-right: -250px;	/* This should be (-1 x width - 1) */
}

#pageBody {
	margin-right: 250px;	/* This should be (width + 1). */
}

/* Article images centered by default.*/
/*
#mainBox .BoxBody img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/