@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: #EEEBE8;
	background-image: url(../img/sbb.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #7A834B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C13804;
	border-left-color: #C13804;
} 
.form_label {
	line-height: 130%;
	font-weight: bold;
	color: #FC8558;
	vertical-align: top;
	font-size: 14px;
}

#header {
	height: 392px;
	width: 780px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DD4305;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #C13804;
} 
#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 */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
	background-color: #4B512F;
	color: #FFC;
}
#container #sidebar p {
	color: #f5f3f1;
	font-size: 11px;
}
.sidebar_img    {
	border: 1px dotted #FFC;
}

#sidebar ul  {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar img {
	padding: 2px;
}

#mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
#footer {
	background-color: #31341F;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #818950;
	padding-top: 0px;
} 
h1  {
	color: #FFC;
	font-weight: normal;
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	margin: 0;
}
#hitcounter {
	text-align: center;
	font-weight: bold;
	margin: 0;
}
#container #bottomlinks p {
	background-color: #DE4205;
	font-size: 10px;
	line-height: 200%;
	text-align: center;
	vertical-align: baseline;
	font-weight: bold;
	margin: 0;
	color: #FFC;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar ul li {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
	padding-top: 8px;
	padding-bottom: 2px;
	color: #F5f3f1;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p_center {
	text-align: center;
}
.p_bold {
	font-weight: bold;
	color: #FC8558;
}
.form_buttons {
	color: #E64204;
	font-weight: bold;
	text-align: center;
}
.formtext {
	line-height: 130%;
	color: #4B512F;
}


.p_small {
	font-size: 12px;
}
.p_boldcenter {
	font-weight: bold;
	color: #FB571A;
	text-align: center;
	font-size: 18px;
}
.imgrtflbrd {
	margin-left: 8px;
	border: medium solid #C13804;
	margin-right: 8px;
	text-align: right;
	float: right;
}
.imgleftflbrd {
	margin-left: 8px;
	border: medium solid #C13804;
	margin-right: 8px;
	text-align: left;
	float: left;
}
h2   {
	color: #FFC;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #892803;
}
#thumbnails  {
	width: 500px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.imgbrd {
	border: medium solid #C13804;
}
#mainImage	{
	width: 450px;
	height: 500px;
}
a {
	color: #FC8552;
}
a:hover {
	color: #FFC
}#container #mainContent ul li {
	line-height: 150%;
}
#container #bottomlinks a {
	text-decoration: none;
	color: #FFC;
}
#container #bottomlinks a:hover {
	text-decoration: none;
	color: #31341F;
}
.imgbrd_green {
	border: medium solid #31341F;
}
.p_bold_yellow {
	font-weight: bold;
	color: #ffc;
	font-size: 16px;
}
h3 {
	color: #31341F;
	font-weight: normal;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #31341F;
	margin: 0;
	padding: 0px;
}
.img_dogpage {
	float: left;
	margin-right: 15px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: ffc;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFc;
}
h4 {
	color: #31341F;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	font-style: italic;
}
.pedigree {
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 10px;
	background-color: #FFc;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #31341F;
	font-weight: normal;
	color: #000000;
}
.pedigreered {
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 10px;
	background-color: #FFC;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #31341F;
	color: #b70000;
	font-weight: bold;
}#mainContentSpread {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.imgbrd_green_fls {
	float: left;
	border: thin solid #31341F;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgbrd_green_frs {
	float: right;
	border: thin solid #31341F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
blockquote {
	padding: 0px;
}
.quote {
	font-weight: normal;
	color: #ffc;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-left: 10px;
}
.h2-gray {
	color: #AEB681;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

