 .t 
	{
	background: white url(img/1top.gif) 0 0 repeat-x; 
    float: right;
    margin: 0 0 15px 15px;
	/* width: 680px;*/
	/* width: 820px; */
	/*width: 95%;*/
	}
	
.b 
	{
	background:  url(img/1bot.gif) 0 100% repeat-x;
	}
.l 
	{
	background:  url(img/1left.gif) 0 0 repeat-y;
	}
	
.r 
	{
	background:  url(img/1right.gif) 100% 0 repeat-y;
	}
	
.bl 
	{
	background:  url(img/1bl.gif) 0 100% no-repeat;
	}
	
.br 
	{
	background:  url(img/1br.gif) 100% 100% no-repeat;
	}
	
.tl 
	{
	background:  url(img/1tl.gif) 0 0 no-repeat;
	}
	
.tr 
	{
	background:  url(img/1tr.gif) 100% 0 no-repeat; 
	padding:10px;
	/* height: 400px; */
	}