<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #554E10;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left;
	background-image: url(middle.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.sireimages {
	margin-bottom: 4px;
	border: 2px solid #6B0300;
}
#topdiv {
	background-image: url(middletop.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: -120px;
}
.oneColFixCtrHdr #header {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 281px;
	padding-top: 0;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
.oneColFixCtrHdr #footer {
	background-color: #554E10;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#photocontainer {
}
.photos {
	padding: 5px;
	float: left;
	height: 375px;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #730300;
}
.sirename {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #navcont {
	margin-top: 60px;
	height: 59px;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-right: 250px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #footer a {
	color: #990000;
}
.homeimage {
	margin: 5px;
	float: left;
}
.homeimageright {
	margin: 5px;
	float: right;
}
.photosfemales {
	padding: 5px;
	float: left;
	height: 370px;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #730300;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.bulltable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}
.alternaterows {
	color: #FEFADA;
	background-color: #8D1409;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.alternaterowsyellow {
	color: #000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #F0DB29;
}
.saletable {
	font-size: 13px;
	font-weight: normal;
}
.saleimg {
	margin-bottom: 3px;
	border: thin solid #590709;
}
.saleheader {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
.smallhead {
	font-size: 14px;
}
.catalog {
	width: 350px;
	height: 185px;
	text-align: center;
	font-size: 14px;
	color: #8D1001;
	font-weight: bold;
	float: right;
	padding-top: 100px;
	margin-bottom: 15px;
}
.caption {
	font-size: 14px;
	font-weight: bold;
}
</pre></body></html>