div.Article {
  background: url(custom_corners_topleft.gif) top left no-repeat;
  border:none;
  position:relative;

  } 
div.Article h3 {
  background: url(custom_corners_topright.gif) top right no-repeat;
  height:32px;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: url(custom_corners_rightborder.gif) top right repeat-y;
  padding-left:25px;
  padding-right:25px;
  margin-top:-3em;

  }
div.ArticleFooter {
  background: url(custom_corners_bottomleft.gif) bottom left no-repeat;
  }
div.ArticleFooter p {
  background: url(custom_corners_bottomright.gif) bottom right no-repeat;
  padding:25px;
  margin:-2em 0 0 0;
}

.orange1 {
	color: #E45E53;
	font-weight: bold;
}

