/* CSS Document */

.topLogoBG {
	background: #9CFE41 url('../images/backgrounds/topTile.gif');
	height: 100px;
	width: 740px;
}
.topLogoBGL {
	background: url('../images/backgrounds/topTileL.gif');
	height: 100px;
	width: 10px;
}
.topLogoBGR {
	background: url('../images/backgrounds/topTileR.gif');
	height: 100px;
	width: 10px;
}
.topLogo {
	background: url('../images/backgrounds/topLogo.gif');
	height: 100px;
	width: 740px;
	cursor: pointer;
}

.mainLeftCell {
	background: url('../images/backgrounds/HorseLeft.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 400;
}

.mainContentCell {
	background-color: #FFFF66;
	border-top: 2px solid #008800;
	border-left: 2px solid #008800;
	padding: 5px;
}

.visitorsLeftCap {
	width: 10px;
	height: 33px;
	background: url('../images/backgrounds/copyrightCap.gif');
}
.visitorsBack {
	width: 600px;
	height: 33px;
	background: url('../images/backgrounds/copyrightTile.gif');
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
}

/* BORDER 1 */
.Border1 .TL {
	width: 16px;
	height: 16px;
	background-image: url('../images/borders/border1_TL.gif');
	background-repeat: no-repeat;
}
.Border1 .T {
	width: 548px;
	height: 16px;
	background-image: url('../images/borders/border1_T.gif');
	background-repeat: repeat-x;
}
.Border1 .TR {
	width: 16px;
	height: 16px;
	background-image: url('../images/borders/border1_TR.gif');
	background-repeat: no-repeat;
}
.Border1 .L {
	width: 16px;
	height: 10px;
	background-image: url('../images/borders/border1_L.gif');
	background-repeat: repeat-y;
}
.Border1 .R {
	width: 16px;
	height: 10px;
	background-image: url('../images/borders/border1_R.gif');
	background-repeat: repeat-y;
}
.Border1 .BL {
	width: 16px;
	height: 16px;
	background-image: url('../images/borders/border1_BL.gif');
	background-repeat: no-repeat;
}
.Border1 .B {
	width: 548px;
	height: 16px;
	background-image: url('../images/borders/border1_B.gif');
	background-repeat: repeat-x;
}
.Border1 .BR {
	width: 16px;
	height: 16px;
	background-image: url('../images/borders/border1_BR.gif');
	background-repeat: no-repeat;
}
.Border1 .C {
	background-color: #FFFFFF;
	vertical-align: top;
}

