/* CSS Document */

.leftContent {
	background-image:url(../images/leftBG.gif);
	background-repeat:repeat-y;
	width:729px;
	background-position: 1px 0px;
}
.rightContent {
	background-image:url(../images/rightBG.gif);
	background-repeat:repeat-y;
	background-position:right top;
	width:199px;
}
.rightBottom {
	height: 24px;
	background-image: url(../images/bottom3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 199px;
}