@charset "UTF-8";
/* CSS Document */

right_shadow {
	background-image: url(../images/layout/right.jpg);
	background-repeat: repeat-y;
	width: 18px;
}
.shadow_right_corner {
	background-image: url(../images/layout/right_corner.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.right_top {
	background-image: url(../images/layout/right_top.jpg);
}
.right_shadow {
	background-image: url(../images/layout/right.jpg);
	background-repeat: no-repeat;
	}
.right_shadow_index {
	background-image: url(../images/layout/right_index.jpg);
	background-position: bottom;
}
.right_gradient {
	background-image: url(../images/layout/Slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	}
.right_gradient_index {
	background-image: url(../images/layout/gradient_index.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom {
	background-image: url(../images/layout/bottom2.jpg);
	background-position: top;
	height: 15px;
	background-repeat: repeat-x;
}
.background {
	background-image: url(../images/layout/colour_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top_gradient {
	background-image: url(../images/layout/right_top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sub_gradient {
	background-image: url(../images/layout/right_sub_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottom_corner {
	background-image: url(../images/layout/bottom_corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
