<!-- 

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners.png'); /* CHANGE: path and name of your image */
	height: 11px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left {
	width:11px; 
	margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 11px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -11px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 11px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% 11px; /* CHANGE: replace second number by negative height of one of your corners */
	margin-bottom:0px;
	}
.inside {
	background-image: url('../images/inside_168.png'); /* CHANGE: path and name of your image */
	background-repeat:repeat-y;
	padding-left: 4px;             /* YCC: all texts at some distance of the left border */
	padding-right:4px;             /* YCC: all texts at some distance of the right border */
}
.inside_content {
	background-image: url('../images/inside_516.png'); /* CHANGE: path and name of your image */
	background-repeat:repeat-y;
	padding:20px;             /* YCC: all texts at some distance of the right border */
}
.inside_dock_content {
	background-image: url('../images/inside_516.png'); /* CHANGE: path and name of your image */
	background-repeat:repeat-y;
	padding:14px;
}
.inside_banner_content {
	background-image: url('../images/inside_250.png'); /* CHANGE: path and name of your image */
	background-repeat:repeat-y;
	padding:14px;
}