/* Created by Javier Sanjuan Artegain 2006 */
#middleCenterContent div.Article1 H2
{
	background: url(../Img/box/custom_corners_topright.gif) top right no-repeat;
	padding-left: 0px;
}
div.Article1 
{
  position: relative;
  left: 2%;
  top: 2%;
  background: url(../Img/box/custom_corners_topleft.gif) top left no-repeat;
  width: 90%;
  /*width:30%;*/
  margin-bottom: 25px;
  .margin-bottom: 35px;
} 
  
div.Article1 h2 
{
  background: url(../Img/box/custom_corners_topright.gif) top right no-repeat;
  padding:15px;
  margin:0;
  position:relative;
  right:-14px;
  padding-left:0; 
  /* Compensation for the repositioned box */
}

div.Article1 div.ArticleBody {
  background: url(../Img/box/custom_corners_right.gif) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  position:relative;
  right:-14px;
  padding-left:0;
  }
div.Article1 div.ArticleBody P IMG
{
	.padding-left: 15px;
}
div.Article1 div.ArticleFooter {
  background: url(../Img/box/custom_corners_bottomleft.gif) bottom left no-repeat;
  position:relative;
  top:12px;
  font-style: italic;
  }

div.Article1 div.ArticleFooter p {
  background: url(../Img/box/custom_corners_bottomright.gif) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  position:relative;
  right:-14px;
  padding-left:0;
}