#bodyLeftBorder{
	background: url('../images/border-left.png') rgb(236, 245, 250) left repeat-y;
	}
	
#bodyRightBorder{
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: url('../images/border-right.png') right repeat-y;
	}

#bodyBottomBorder{
	background: url('../images/border-bottom.png') bottom repeat-x;
	}

#bodyBottomLeftBorder{
	background: url('../images/border-bottom-left.png') bottom left no-repeat;
	}
	
#bodyBottomRightBorder{
	background: url('../images/border-bottom-right.png') bottom right no-repeat;
	height: 40px;
	}