div.uedge {
		text-align: left;
		width: 763px;
		background-image: url(../images/main_frame/uedge.gif);
      background-repeat: repeat-x;
		background-position: top;
		background-color: #E5E6D3;
		margin: 2px 0px 0px 0px;
 	}
div.lbground {
      background-image: url(../images/main_frame/l_bground.jpg);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
div.bbground {
      background-image: url(../images/main_frame/b_bground.jpg);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
div.ledge {
      background-image: url(../images/main_frame/ledge.gif);
      background-position: top left;
      background-repeat: repeat-y;
    }
div.redge {
      background-image: url(../images/main_frame/redge.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
div.bedge {
      background-image: url(../images/main_frame/bedge.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
div.ulcorner {
      background-image: url(../images/main_frame/ulcorner.jpg);
      background-position: top left;
      background-repeat: no-repeat;
    }
div.urcorner {
      background-image: url(../images/main_frame/urcorner.jpg);
      background-position: top right;
      background-repeat: no-repeat;
    }
div.blcorner {
      background-image: url(../images/main_frame/blcorner.jpg);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
div.brcorner {
      background-image: url(../images/main_frame/brcorner.jpg);
      background-position: bottom right;
      background-repeat: no-repeat;
     /* padding: 15px 30px 30px 15px;*/
    }
div.innercontent {
     width: 100%;
	  min-height: 300px;
    }
	 
	