body {
	background-image:url(images/background.gif);
	color: #89845D;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a {
	color: #d8cd8d;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
}



/********************** Thumbnails ***************************/

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
width: 610px;
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 500px;
heigth: 500px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>




/********************** Pedigree Table ***************************/

      <style>
#table {

	
	}


	h5 	{
	font: 14px times;
	color: #254117;
	

}

	h6      {
	font: bold 12px tahoma, sans-serif;
	color: #000000;


}
}

	h7      {
	font: 12px tahoma, sans-serif;
	color: #800000;


}

	.male {
		background-color: #89845D;
		color: #800000;
		font-family: Tahoma;
		font-family: 9pt;
		text-align: center;
		vertical-align: middle;
		border-collapse: collapse; 
		border: 1px solid #5A5432;
	}

	.female {
		background-color: #ACA77F;
		color: #800000;
		font-family: Tahoma;
		font-family: 9pt;
		text-align: center;
		vertical-align: middle;
		border-collapse: collapse; 
		border: 1px solid #5A5432;
	}
     </style>

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:262px;
}
#menu {
	position:relative;
	background-image:url(images/menu6.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:117px;
}
#menu ul{
	position:absolute;
	top:30px;
	left:365px;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #800000;
	text-decoration: none;
}
#menu a:hover{
	color:#3e3c27;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #171508;
}
h1,h2 {
	position:absolute;
	top:94px;
}
h1 {
	left:241px;
}
h2 {
	right:75px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom: solid 1px #625d3b;
}
/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;

}
#content {
	background-image:url(images/content404_bg.jpg);
	background-repeat: repeat-y;
	margin: 25px 0px 0px 30px;
	width:730px;
}

/********************** Left - Text ***************************/
#left {
	float:left;
width:490px;
}

#left2 {
	float:left;
	width:700px;
}


#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#800000;}

/********************** Right - Our Dogs ***************************/
#right {
	float:right;
	width:230px;
}
.dogs {
	display:inline;
	float:left;
	margin-left:10px;
}
.dogs a{
	font-size: 12px;
	font-weight: bold;
	color: #f5f1d1;
	text-decoration: none;
}
.dogs img{
	border: none 0px;
}
.dogs span{
	display:block;
	text-align: center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.dogs span a{}
.dogs span a:hover{}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg1.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:97px;
	text-align: center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a{
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}