/* CSS layout for Genealogy.html */
body {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: black;
	background: white;
}
#masthead {
	margin: auto;
	background-image: url('hd009.gif');
	color: white;
	background-position: center center;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
}
#top_nav {
	margin: auto;
	padding: 0px 10px 0px 10px;
	background-color: #CC9933;
}
#page_content {
	margin: auto;
	padding: 10px;
	background-position: center top;
	background-image: url('parch03.jpg');
	background-repeat: repeat;
}
#footer {
	margin: auto;
	padding: 0px 10px 0px 10px;
	background-color: #CC9933;
}
img {
	text-decoration: none;
	border:0px transparent none;
	border-style:none none none none;
}	
a:active {
    text-decoration:none;
    border-style:none none none none;
    outline:InactiveBorder none 0px;
}
a:link {
    text-decoration:none;
    border-style:none none none none;
    outline:InactiveBorder none 0px;
}  
a:hover {
    text-decoration:none;
    border-style:none none none none;
    outline: InactiveBorder none 0px;
}

a:visited {
    text-decoration:none;
    border-style:none none none none;
    outline:InactiveBorder none 0px;
}
