.left_side {
	background-image: url(Images/left_side.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.right_side {
	background-image: url(Images/right_side.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border_box {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
