/*body {
  background: #cbdea8;
  font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
  }*/
  
div.Article {
  background: url(../images/custom_corners_topleft2.gif) top left no-repeat;
  width:100%;
  }
div.Article h2 {
  background: url(../images/custom_corners_topright2.gif) top right no-repeat;
  font-size:1.0em;
  padding:10px 0 0 25px;  
  margin:0px;
color: red;
  }

/*h2 { border: 1px solid blue; padding-right: 10px; }*/

h2 a
{
padding-top:10px; 
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 13px;
color: red;
font-weight: bold;
line-height: 1.4em;
text-decoration:none;
text-indent:2px;
}

h2 a:hover
{
text-decoration:underline; cursor:pointer;
}


div.ArticleBody {
  /* position: relative; float:left; display: block; */
   /*border: 1px solid green; */
  background: url(../images/custom_corners_rightborder2.gif) top right repeat-y;
  margin:0; 
  /*margin-top:-2em;*/
  padding:5px 15px 5px 15px;
  }


div.ArticleFooter {
/*border: 1px solid red;*/
  background: url(../images/custom_corners_bottomleft4.gif) bottom left no-repeat;
height: 39px;
  }


div.ArticleFooter p {
 /* background:url(../images/custom_corners_bottomright2.gif) bottom right no-repeat;*/
  display:block;
  
  padding:15px;
  margin:-2em 0 0 0;
  }

