.contentBoxUL {
	width: 10;
	height: 10;
	background-image: url(images/content_frame_UL.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}

.contentBoxUM {
	height: 10;
	background-image: url(images/content_frame_top.gif); 
	background-repeat: repeat-x; 
	background-position: bottom center;
}

.contentBoxUR {
	width: 10;
	height: 10;
	background-image: url(images/content_frame_UR.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

.contentBoxLeft {
	width: 10;
	background-image: url(images/content_frame_left.gif); 
	background-repeat: repeat-y; 
	background-position: center right;
}

.contentBoxRight {
	width: 10;
	background-image: url(images/content_frame_right.gif); 
	background-repeat: repeat-y; 
	background-position: center left;
}

.contentBoxLL {
	width: 10;
	height: 10;
	background-image: url(images/content_frame_LL.gif); 
	background-repeat: no-repeat; 
	background-position: top right;
}

.contentBoxLM {
	height: 10;
	background-image: url(images/content_frame_bttm.gif); 
	background-repeat: repeat-x; 
	background-position: top center;
}

.contentBoxLR {
	width: 10;
	height: 10;
	background-image: url(images/content_frame_LR.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}






