/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */
 
/* all curved boxes get the bottom-left corner */
div#Content {
  background: #f5e37f url(/Bibliofile/2008/SICLC/Assets/spankyContent/bl_20_f5e37f_e5ffdb.gif) no-repeat bottom left;
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  margin: 1em 5px 0 0;
  height: 100%;
  width: 720px;
  overflow: hidden;
}
/* all elements in 'div#Content' gets the B-R corner */
div#Content div#bodtxt {
  background: #f5e37f url(/Bibliofile/2008/SICLC/Assets/spankyContent/br_20_f5e37f_e5ffdb.gif) no-repeat bottom right;
  padding: 1em 2em 20px 0;
  margin: 0 0 -20px 20px;
  height: 100%;
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */

div#Content h2 {
  color: #473E34;
  background: #f5e37f url(/Bibliofile/2008/SICLC/Assets/spankyContent/tr_20_f5e37f_e5ffdb.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(/Bibliofile/2008/SICLC/Assets/spankyContent/tlc_20_f5e37f_e5ffdb.gif);
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 2em;
}