@charset "utf-8";
body {
	background-color: #422f1e;
	background-image: url(images/background3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.breeder {
	float: right;
	height: 243px;
	width: 355px;
	padding-bottom: 5px;
	background-image: url(images/img_breederbucks3.jpg);
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: bottom;
	text-align: center;
	border: 2px solid #500001;
}
.breeder a {
	color: #FFFFFF;
	text-decoration: none;
}
.main .content .breeder a {
	color: #FFFFFF;
	text-decoration: none;
}


.main {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	background-image: url(images/bg_footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 139px;
	width: 960px;
	font-size: 12px;
}
.footer a {
	color: #6C0000;
}

.redborder {
	border: 2px solid #6C0000;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	text-align: justify;
}
.content a {
	color: #6C0000;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #6C0000;
}
.floatright {
	float: right;
}
