.top-left{
	background-image:url(../graphics/top-left.jpg);
	background-repeat:none;
	height:69px;
	width:69px;
	float:left;
	z-index:150;
	position:relative;
}
.top-mid{
	background-image:url(../graphics/top-mid.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:69px;
	width:100%;
	position:relative;
	z-index:100;
}
.top-right{
	background-image:url(../graphics/top-right.jpg);
	background-repeat:none;
	height:69px;
	width:69px;
	float:right;
	z-index:150;
	position:relative;
}
.mid-left{
	background-image:url(../graphics/mid-left.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width:69px;
	clear:left;
	float:left;
	z-index:50;
	position:relative;
	top:-69px;
}
.mid-mid{
	height:100%;
	width:100%;
	position:relative;
	background-image:url(../graphics/bg-white.jpg);
	background-repeat:repeat;
}
.mid-right{
	background-image:url(../graphics/mid-right.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width:69px;
	float:right;
	z-index:50;
	position:relative;
	top:-69px;
}
.bottom-left{
	background-image:url(../graphics/bottom-left.jpg);
	background-repeat:none;
	height:69px;
	width:69px;
	clear:left;
	float:left;
	z-index:1000;
	position:relative;
}
.bottom-mid{
	background-image:url(../graphics/mid-bottom.jpg);
	height:69px;
	width:100%;
	background-repeat:repeat-x;
	background-position:center;
	position:relative;
	z-index:10;
	top:-69px;
}
.bottom-right{
	background-image:url(../graphics/bottom-right.jpg);
	background-repeat:none;
	height:69px;
	width:69px;
	float:right;
	z-index:1000;
	position:relative;
}

