div.rounded img {
	display: block;
	margin: 0px;
        max-width: 200px;
        max-height: 200px;
}


/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #eee url(http://net-at-hand.com/stylesheets/design_images/210/bl_16_000000_ffffff.gif) no-repeat bottom left;
  color: #dddddd;
  position: relative;
  padding-top: 0;
  padding-bottom: 16px;
  margin: 0 10px 0 0 ;
  height:100%
        max-width: 200px;
        max-height: 200px;
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #eee url(http://net-at-hand.com/stylesheets/design_images/210/br_16_000000_ffffff.gif) no-repeat bottom right;
  color: #dddddd;
  padding: 0 0 16px 0;
  margin: 0 0 -16px 16px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #dddddd;
  height:auto
}*/

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h4, div.rounded  h5, div.rounded  h6 {
  color: #ffffff;
  background: #eee url(http://net-at-hand.com/stylesheets/design_images/210/tr_16_000000_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(http://net-at-hand.com/stylesheets/design_images/210/tlc_16_000000_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h4 {
  font-size: 2em;
}
