.borderR {
	background-image: url(../images/gui/R.png);
	background-repeat: repeat-y;
}
.borderL {
	background-image: url(../images/gui/L.png);
	background-repeat: repeat-y;
}
.borderB {
	background-image: url(../images/gui/B.png);
	background-repeat: repeat-x;
}
.borderBL {
	background-image: url(../images/gui/BL.png);
}
.borderBR {
	background-image: url(../images/gui/BR.png);
}

.navBox {
	background-image: url(../images/gui/nav/nav1.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
