@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	text-align: justify;
}
.whitetd {
	background-color: #FFFFFF;
}
#home {
	background-image: url(images/menu/home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 101px;
}
#home:hover {
	background-position: 0px -43px;
}
#home span {
	display: none;
}
#gallery {
	background-image: url(images/menu/gallery.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 178px;
}
#gallery:hover {
	background-position: 0px -43px;
}
#gallery span {
	display: none;
}
#about {
	background-image: url(images/menu/about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 136px;
}
#about:hover {
	background-position: 0px -43px;
}
#about span {
	display: none;
}
#farm {
	background-image: url(images/menu/farm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 174px;
}
#farm:hover {
	background-position: 0px -43px;
}
#farm span {
	display: none;
}
#show {
	background-image: url(images/menu/show.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 168px;
}
#mares {
	background-image: url(images/menu/mares.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 43px;
	width: 104px;
}
#mares:hover {
	background-position: 0px -43px;
}
#mares span {
	display: none;
}
.leftsidebox {
	background-image: url(images/left_side.gif);
	background-repeat: repeat-y;
}
.rightsidebox {
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
}
.centerbox {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#show:hover {
	background-position: 0px -43px;
}
#show span {
	display: none;
}
