@charset "utf-8";
.leftshad {
	background-image: url(images/leftshad.jpg);
	background-repeat: repeat-y;
}
.rightshad {
	background-image: url(images/rightshad.jpg);
	background-repeat: repeat-y;
}
.bg {
	background-image: url(images/site_bg.jpg);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #112041;
}

.bg2 {
	background-image: url(images/site_bg.jpg);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #112041;
}
