.left_shadow {
	background-image: url(../images/layout/left_shadow.gif);
	background-repeat: repeat-y;
}
.right_shadow {
	background-color: #FFFFFF;
	background-image: url(../images/layout/right_shadow.gif);
	background-repeat: repeat-y;
}
body {
	background-color: DEECDB;
	margin: 0px;
	background-image: url(../images/layout/bg.gif);
}
.content_shadow_top {
	background-repeat: repeat-x;
	background-image: url(../images/layout/content_shadow_top.gif);
}
.content_shadow_left {
	background-image: url(../images/layout/content_shadow_left.gif);
	background-repeat: repeat-y;
}
.content_background {
	background-image: url(../images/layout/content_background.gif);
}