


	#border-outer-left {
		position: absolute;
		left:0px;
		width:10px;
		height: 100%;
		background-image: url(/images/backgrounds/border-shadow-left.png);
	}

	#border-outer-right {
		position: absolute;
		right:0px;
		width:10px;
		height: 100%;
		background-image: url(/images/backgrounds/border-shadow-right.png);
	}
