.L_shadow {
	background-image: url(shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.R_shadow {
	background-image: url(shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.txt_bckgrnd {
	background-image: url(txt_bckgrnd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: static;
}
.footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right;
	padding-right: 7px;
	vertical-align: bottom;
}
.footer2 {
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.slider {
	background-image: url(slider.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	top: auto;
	page-break-before: auto;
	page-break-after: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.slider_bottom {
	background-image: url(slider_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
