﻿body {
	background-image: url('dark green background 1 9 2010.gif');
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
#header {
	margin-top: 30px;
}
#menu {
	width: 155px;
	float: left;
}
#menu a:hover{
	color:black}

#menu a {
	text-decoration: none;
	color:white
}
#menu ul {
	list-style-type: none;  /* Remove the bullets from the list */
}
#menu ul li {
	width: 145px;
	height: 35px;
    border: 3px outset gray;
    background-color: #3E003E;
	text-align: center;
	font-size: 20pt;
	font-family: "Monotype Corsiva";
	margin-bottom: 10px;
	color: navy;
}
#menu ul:hover .list {
	/* When the user hovers over the button (or any of the links) */
        display: list-item;
}
#rightcontent {
	float: left;
	margin-top: 15px;
	padding-left: 12px;
	display: inline-block;
	vertical-align: top;
	width: inherit;
	background-image: url('image001.jpg');
	color: #400032;
	font-size: 14pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#img {
	width: 360px;
	height: 300px;
	float: left;
	padding-right: 10px;
	text-align: center;
}
#description {
	min-height: 500px;
}
h1 {
	text-align: center;
	letter-spacing: 1pt;
	color: #400032;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30pt;
	text-decoration: underline;
	font-weight: 700;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: red;
	font-size: 15pt;
	text-align: center;
}
#dhir {
	border: 3px #FFFFFF ridge;
	background-color: #003300;
	font-weight: bold;
	color: white;
	border-collapse: collapse;
}
#dhir td {
	width: 71px;
}
#pedigree {
	border: 6px solid #003300;
	border-collapse: collapse;
	padding: 1 4 1 4;
	width: 836px;
	height: 600px;
}
#pedigree td {
	border: 4px solid #003300;
	padding: 1 4 1 4;
	height: 75px;
	text-align: center;
	width: 250px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
#footer {
	padding-top: 10px;
	color: white;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
