/*****************************Start of CSS File****************************/

* {
	margin: 0;
	padding: 0;
  }
	
body {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(images/background4.jpg);
  }

img {
  border: 0;
	}
	

/*****************************CONTAINER****************************/

#container {
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0 50px 20px 50px;
	width: 640px !important;
	width /**/: 750px;
	background: url(images/bg_container1.gif) repeat-y;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #000000;
  }
	
#header {
	width: 670px;
	height: 332px;
	background: url(images/header01.jpg) no-repeat;
	}
	
#headerContactUs {
	width: 670px;
	height: 332px;
	background: url(images/farm.jpg) no-repeat;
	}
	
#headerForSale {
	width: 670px;
	height: 332px;
	background: url(images/header02.jpg) no-repeat;
	}
	
#intro {
	width: 460px;
  }

#content {
	margin: 0px 0 10px 120px;
	padding: 20px 20px 0 30px;
	width: 515px !important;
	width /**/: 555px;
  }
	
#content h3{
	margin: 0 0 10px -20px;
  }
	
#content .p1 {
	padding: 0;
	margin: 0 0 0 0;
  }
	
#content a {
	font-weight: bold;
	color: #7C3E19;
	text-decoration: none;
  }
	
#content a:hover {
  color: #B46536;
	text-decoration: underline;
  }


/*****************************FOOTER*******************************/

#footer {
	width: 100%;
	text-align: center;
	color: #ffffff;
  }
	
#footer a {
	color: #ffffff;
	text-decoration: none;
  }

#footer a:hover {
  color: #ffffff;
	text-decoration: underline;
	}

	
/*****************************LINKS********************************/

#links {
	position: absolute; 
	top: 332px; 
	left: 55px;
  }

.linkHeader {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
  }
	
#linkStyle ul {
	width: 150px;
	list-style-type: none;
  }
	
#linkStyle ul li {
	width: 150px;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	display: block;
  }
	
#linkStyle ul li a{
	display: block;
	font-weight: bold;
	color: #7C3E19;
	text-decoration: none;
	line-height: 12px;
  }
	
#linkStyle ul li a:hover{
	color: #B46536;
	text-decoration: underline;
  }

	
/*****************************CLASSES*******************************/

.headShots {
	float:left;
	padding: 0 10px 0 0;
	}
	
.pedigree {
  float: left;
	padding: 0 5px 0 0;
	}
	
.bold {
  font-weight: bold;
	}
	
.smallText {
  font-size: 10px;
	}
	
.red {
  color: #990000;
	}
	
	
/************End of CSS File************/
