/**
 * 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.rounded {
  background: #ecba58 url(bl_18_ecba58_ebe2be.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded #content {
  background: #ecba58 url(br_18_ecba58_ebe2be.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
/*  height:100%; */
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
/*
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
}
*/

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h4 {
  color: #ebe2be;
  background: #ecba58 url(tr_18_ecba58_ebe2be.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(tlc_18_ecba58_ebe2be.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}
div.rounded h4 {
  font-size: 2em;
  color: #AA4400;
  font-family: Arial;
  border-bottom: 1px dashed #333333;
}

