.box_body_top_left {
	background-image: url(/images/templates/bg_body_top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 80px;
	height: 38px;
}

.box_body_top_right {
	background-image: url(/images/templates/bg_body_top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: -80px;
	height: 38px;
}

.box_body_middle_left {
	background-image: url(/images/templates/bg_body_middle_left.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-right: 34px;
	padding-left: 9px;
}

.box_body_middle_right {
	background-image: url(/images/templates/bg_body_middle_right.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: -34px;
	padding-right: 9px;
}

.box_body_inner {
	padding: 16px 24px 16px 24px; /* at least one pixel top and bottom avoids gaps */
}

.box_body_bottom_left {
	background-image: url(/images/templates/bg_body_bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: 34px;
	height: 30px;
}

.box_body_bottom_right {
	background-image: url(/images/templates/bg_body_bottom_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: -34px;
	height: 30px;
}



.box_sidebar_top_left {
	background-image: url(/images/templates/bg_sidebar_top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
}

.box_sidebar_top_right {
	background-image: url(/images/templates/bg_sidebar_top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
}

.box_sidebar_middle_left {
	background-image: url(/images/templates/bg_sidebar_middle_left.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 9px;
}

.box_sidebar_middle_right {
	background-image: url(/images/templates/bg_sidebar_middle_right.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 9px;
}

.box_sidebar_inner {
	padding: 1px 10px 1px 10px; /* at least one pixel top and bottom avoids gaps */
}

.box_sidebar_bottom_left {
	background-image: url(/images/templates/bg_sidebar_bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 22px;
	margin-top: -12px;
	margin-bottom: 7px;
}

.box_sidebar_bottom_right {
	background-image: url(/images/templates/bg_sidebar_bottom_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 22px;
}


