.leftspacer {
	background-image: url(../images/design/left_spacer.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.topspacer {
	background-image: url(../images/design/top_spacer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.rightspacer {

	background-image: url(../images/design/right_spacer.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomspacer {

	background-image: url(../images/design/bottom_spacer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
