/* -------------------------------------------------------------------------------- */
/*                               SOF Style Sheet 1 :                                */

.topCenter, .bottomCenter{
	width: 850px;
}

.centerCell {
	width: 950px;
	background-color: #FFFFFF;
}

.centerRow, .leftTable, .rightTable{
	height: 100%;
}

.leftCell, .leftTable, .topLeft,  .centerLeft, .bottomLeft, .rightCell, .rigtTable, .topRight, .centerRight, .bottomLeft{
	width: 25px;
}

.topRow, .topCell, .topTable, .topLeft, .topCenter, .topRight{
	height: 50px;
}

bottomRow, .bottomCell, .bottomTable, .bottomLeft, .bottomCenter, .bottomRight {
	height: 25px; 
}

.centerRowTop, .topCenterLeft, .topCenterRight, .centerRowBottom, .bottomCenterLeft, .bottomCenterRight{
	width: 50px;
}

.centerLeftTop, .centerLeftBottom, .centerRightTop, .centerRightBottom{
	height: 50px;
}

.topLeft{ background-image: url(/images/topLeft.jpg); background-position: bottom right; background-repeat: no-repeat;}
.topCenterLeft{ background-image: url(/images/topCenterLeft.jpg); background-position: bottom right; background-repeat: repeat-x; }
.topCenter{ background-image: url(/images/topCenter.jpg); background-position: bottom center; background-repeat: repeat-x; }
.topCenterRight{ background-image: url(/images/topCenterRight.jpg); background-position: bottom left; background-repeat: no-repeat; }
.topRight{ background-image: url(/images/topRight.jpg); background-position: bottom left; background-repeat: no-repeat; }

.centerLeftTop{ background-image: url(/images/centerLeftTop.jpg); background-position: bottom left; background-repeat: no-repeat; }
.centerLeft{ background-image: url(/images/centerLeft.jpg); background-position: center left; background-repeat: repeat-y; }
.centerLeftBottom{ background-image: url(/images/centerLeftBottom.jpg); background-position: top left; background-repeat: no-repeat; }

.centerRightTop{ background-image: url(/images/centerRightTop.jpg); background-position: bottom right; background-repeat: no-repeat; }
.centerRight{ background-image: url(/images/centerRight.jpg); background-position: center right; background-repeat: repeat-y; }
.centerRightBottom{ background-image: url(/images/centerRightBottom.jpg); background-position: top right; background-repeat: no-repeat; }

.bottomLeft{ background-image: url(/images/bottomLeft.jpg); background-position: top right; background-repeat: no-repeat; }
.bottomCenterLeft{ background-image: url(/images/bottomCenterLeft.jpg); background-position: top right; background-repeat: no-repeat; }
.bottomCenter{ background-image: url(/images/bottomCenter.jpg); background-position: top center; background-repeat: repeat-x; }
.bottomCenterRight{ background-image: url(/images/bottomCenterRight.jpg); background-position: top right; background-repeat: no-repeat; }
.bottomRight{ background-image: url(/images/bottomRight.jpg); background-position: top right; background-repeat: no-repeat; }

.credits{
	display:none;
}
/*                               EOF Style Sheet 1 :                                */
/* -------------------------------------------------------------------------------- */

