.contentleft {
	background-image: url(http://www.smileshop.com.au/graphics/box-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentright {
	background-image: url(http://www.smileshop.com.au/graphics/box-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.contenttop {
	background-image: url(http://www.smileshop.com.au/graphics/box-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.contentbottom {
	background-image: url(http://www.smileshop.com.au/graphics/box-bot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content-tl {
	background-image: url(http://www.smileshop.com.au/graphics/box-tl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content-tr {
	background-image: url(http://www.smileshop.com.au/graphics/box-tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-br{
	background-image: url(http://www.smileshop.com.au/graphics/box-br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.content-bl {
	background-image: url(http://www.smileshop.com.au/graphics/box-bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.td, tr{
	background-repeat: repeat-y;
}