@charset "utf-8";
/* CSS Document */

body
{	
	color:#a37f62;
	font:13px "Trebuchet MS", Verdana, sans-serif;
	
}

#pedigree-box 
{
	color:#a37f62;
	font:13px "Trebuchet MS", Verdana, sans-serif;
	height: 344px;
	width: 780px;
	margin: 0 auto;
	border: 2px solid #17120e;
	
}


#os-border
{
	width:780px;
	margin: 0 auto;
	padding: 0px;
}

.ped-table {
	height:344px;
	width:780px;
}

.ped-table td {
	padding-left:8px;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

h2 {
	text-align:left;
	margin: 10px 0px 15px 15px;
}
h3 {
	text-align:left;
	margin:10px 15px 10px;
}
h4 {
	text-align:left;
	margin: 0 10px 10px;
}
.ped-border1a {
	border-right:2px solid #17120e;
}

.ped-border1 {
	border-right:2px solid #17120e;
	}
.ped-border2 {
	border-right:2px solid #17120e;
	border-bottom:2px solid #17120e;
}
.ped-border3 {
	border-bottom:2px solid #17120e;
}

#pedigree-box a

{
	color:#dba070;
	text-decoration:underline;
}

#pedigree-box a:hover
{
	text-decoration:none;
	color:#c27e48;
}

#pedigree-imagea
{
	width:800px;
	height:378px;
	padding-top:35px;
	background-image: url(images/template/pedigree.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
}
