/* CSS Document */
body {
	background-image: url(Graphics/New/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	background-attachment: fixed;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12pt;
	color: #FFFFFF;
}
p {
	margin: 0;
}
h1{
	margin: 0;
	font-size: 16pt;
}
.main_outline {
	background-color: #cadb2a;
	width: 680px;
	border-width: 3px;
	border-color: #000000;
	border-style: solid;
	padding: 1px;
}

.main {
	background-color: #000000;
}
.links {
	height:73px;
	z-index: 5;
	text-align: center;
	display: inline;
}
.links span a{
	display: block;
	float: left;
}

.links_hm a {
	height:73px;
	width:95px;
	background-image:url(Graphics/New/buttons/home.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.links_hm a:hover {
	background-image:url(Graphics/New/buttons/home2.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.links_hm span {
	display: none;
	}
.links_lmb a {
	height:73px;
	width:143px;
	background-image:url(Graphics/New/buttons/lamb.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.links_lmb a:hover {
	background-image: url(Graphics/New/buttons/lamb2.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.links_lmb span {
	display: none;
	}	
.links_sire a {
	height:73px;
	width:95px;
	background-image:url(Graphics/New/buttons/sire.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.links_sire a:hover {
	background-image: url(Graphics/New/buttons/sire2.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.links_sire span {
	display: none;
	}
	
.links_champ  a {
	height:73px;
	width:134px;
	background-image:url(Graphics/New/buttons/champ.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.links_champ  a:hover {
	background-image: url(Graphics/New/buttons/champ2.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.links_champ  span {
	display: none;
	}

.links_dog a {
	height:73px;
	width:199px;
	background-image:url(Graphics/New/buttons/dogs.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.links_dog a:hover {
	background-image: url(Graphics/New/buttons/dogs2.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.links_dog span {
	display: none;
	}
.mainbody {
	width:100%;
	clear: both;
}
.footer  {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.footer a {
color:#cadb2a
}
.footer a:hover {
	color:#fff;
	text-decoration: none;
}
.pic{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}
