/* CSS Document */
    div.uedge {
	width: auto;
	background-color: #ffffff;
	background-image: url(images/borders/top.png);
	background-repeat: repeat-x;
    }
    div.redge {
      background-image: url(images/borders/right.png);
      background-position: top right;
      background-repeat: repeat-y;
    }
    div.bedge {
	background-image: url(images/borders/bottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
    }
    div.ledge {
	background-image: url(images/borders/left.png);
	background-repeat: repeat-y;
    }
    div.ulcorner {
      background-image: url(images/borders/topleftcorner.png);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(images/borders/toprightcorner.png);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.blcorner {
      background-image: url(images/borders/bottomleftcorner.png);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.brcorner {
      background-image: url(images/borders/bottomrightcorner.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
    div.innercontent {
	width: 100%;
    }
    div.middle {
      width: 272px;
      background-image: url(middle.gif);
      background-repeat: repeat-y;
    }
    div.top {
      background-image: url(top.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.bottom {
      background-image: url(bottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
