.rect {
	background: url(../texture2/beigetile.jpg)
}
.rect .wr_toprow { background: url(../texture2/recttoptile.jpg) repeat-x; }
.rect .wr_toprow div { background: url(../texture2/recttopleft.jpg) no-repeat top left; }
.rect .wr_toprow div div { background: url(../texture2/recttopright.jpg) no-repeat top right; }

.rect .wr_contentrow {
	background: url(../texture2/rectlefttile.jpg) repeat-y left;
} /* If you need to adjust the pattern match, you can do it with "left" and nudge the pixels*/
.rect .wr_contentrow .wr_content  {
	background: url(../texture2/rectrighttile.jpg) repeat-y right;
	
}/*"top" keeps it from "scrolling" when you increase text size or content. "height" sets the height (duh!)*/

.rect .wr_botrow { background: url(../texture2/rectbottile.jpg) repeat-x; }
.rect .wr_botrow div { background: url(../texture2/rectbotleft.jpg) no-repeat top left; }
.rect .wr_botrow div div { background: url(../texture2/rectbotright.jpg) no-repeat top right; }

.rect .wr_toprow, .rect .wr_toprow div,
.rect .wr_botrow, .rect .wr_botrow div
 { width:100%; height:26px; font-size:1px; }

.rect .wr_content  { padding: 1px 2em; margin: 0; }
.rect p { padding: 0; margin: 1em 0 0 0; padding-bottom: 1em; }
