@charset "utf-8";
body {
	background-color: #221e13;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin:0px;
	font-size:62.5%;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -461px;
	z-index: 0;
	width:922px;
}
.search {
	position: absolute;
	right: 11px;
	top: 10px;
}
.header {
	position: absolute;
	top: 40px;
}
.menu {
	position: absolute;
	top: 317px;
	z-index: 99;
}
.content1 {
	position: absolute;
	top: 375px;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
	width: 922px;
	font-size:1.2em;
	line-height: 1.8em;
}
.content1-text {
	padding-left: 60px;
	padding-right: 265px;
}
.content2 {
	position: absolute;
	top: 375px;
	background-image: url(images/background2.gif);
	background-repeat:repeat-y;
	width: 922px;
	font-size:1.2em;
	line-height: 1.8em;
}
.content2-text {
	padding-left: 60px;
	padding-right: 265px;
}
.side-menu {
	position: absolute;
	top: 375px;
	left: 690px;	
	padding-top: 20px;
	font-size:1.2em;
	line-height: 1.8em;
	width: 210px;
}
.side-menu a {
	text-decoration: none;
	color:#000000;
}
.side-menu a:hover {
	text-decoration: underline;
}
.quicklinks a, .breedersdir a {
	color:#000000;
}
.quicklinks a:hover, .breedersdir a:hover {
	color: #d96106;
}
h1 {
	font-size: 1.4em;
	color: #f68026;
	padding-top: 20px;
}
h2 {
	font-size: 1.2em;
	color: #d96106;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-size: 10px;
}
.copyright a {
	text-decoration: underline;
	color: #333333;
}
.copyright a:hover {
	color: #f68026;
}
.proof {
	color:#FF0000;
}
a {
	color: #d96106;
}
a:hover {
	color:#000000;	
}
.breedersdir {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f8d99c;
}
.print-version {
	position: absolute;
	left: 600px;
	top: 30px;
}
.divider {
	border-top: solid 1px #FF9933;
}

