/* CSS Document */
#holder {
	width: 426px;
	height: 441px;
	position: relative;
	margin-left: -213px;
	left: 50%;
	margin-top: 150px;
}
#boxers {
	float: left;
	position: relative;
	width: 426;
	height: 120;
	background: url(graphics/boxers.gif) no-repeat -426 0;
}
#training {
	float: left;
	position: relative;
	width: 216px;
	height: 321px;
	background: url(graphics/training.gif) no-repeat -216 0;
}
#horses {
	float: left;
	position: relative;
	width: 210px;
	height: 321px;
	background: url(graphics/horses.gif) no-repeat -210 0;
}
/*link style place holders*/
#bx span {
	background: url(graphics/boxers.gif) no-repeat 0 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:link {
	background: url(graphics/boxers.gif) no-repeat -426 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:visited {
	background: url(graphics/boxers.gif) no-repeat -426 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:hover {
	background: url(graphics/boxers.gif) no-repeat 0 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}

#tl span {
	background: url(graphics/training.gif) no-repeat 0 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:link {
	background: url(graphics/training.gif) no-repeat -216 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:visited {
	background: url(graphics/training.gif) no-repeat -216 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:hover {
	background: url(graphics/training.gif) no-repeat 0 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}

#ss span {
	background: url(graphics/horses.gif) no-repeat 0 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:link {
	background: url(graphics/horses.gif) no-repeat -210 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:visited {
	background: url(graphics/horses.gif) no-repeat -210 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:hover {
	background: url(graphics/horses.gif) no-repeat 0 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}