/* This CSS is a stop-gap measure until the site is properly re-formatted */


DIV.not_too_wide {		/* bookshop index page, for covers images */
  text-align: center; 
  max-width: 900px; 
  margin: auto;
}


DIV.biblio_rubric {		/* on bibliograph pages */
  text-align: left; 
  max-width: 900px; 
  border: 1px blue solid;
  padding: 5px;
}

P.biblio_rubric {		/* on bibliograph pages */
  margin: 5px; 
  padding: 0px;
}

DIV.newsletters {		/* news and bookshop index pages */
  text-align: left; 
  max-width: 900px; 
  margin: auto;
}
