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

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#d9d9d9;
}

p {
	margin:0 0 8px 0;
	padding:0;
	line-height:20px;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:939px;
	background:url(../images/background.png) top center repeat-y;
}

#header {
	margin:0 0 0 21px;
	padding:0;
	width:899px;
	height:232px;
}

#menu {
	margin:0 0 0 21px;
	padding:0;
	width:899px;
	height:42px;
	background:url(../images/menu.png) left top repeat-x;
}

#menu ul {
	padding:13px 0 0 0;
	margin:0;
	list-style:none;
}

#menu ul li {
	float:left;
	margin:0 0 0 51px;
	padding:0;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

#menu ul li a {
	text-decoration:none;
	color:#000000;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#7c1814;
}

#content {
	margin:15px auto 0 auto;
	padding:0;
	width:830px;
	text-align:center;
}

.pedigree {
	border-collapse:collapse;
}
.pedigree td {
	border:2px solid #333333;
}

#footer {
	clear:both;
	margin:0 0 0 21px;
	padding:0;
	width:899px;
	height:33px;
	background:url(../images/footer.png) left top repeat-x;
}

#bottom {
	margin:0;
	padding:0;
	width:939px;
	height:16px;
	background:url(../images/bottom.png) top center no-repeat #d9d9d9;
}
	
	
