/* CSS layout for Genealogy.html */
body {
	width: 85%;
    margin-left: auto; margin-right: auto;
    padding: 0;
	color: black; background: white;
}

#masthead {
background-image:url('hd009.gif');
color:white;
background-position: center center;
padding:10px 10px 10px 10px;
background-repeat:no-repeat;
}

#container {
	max-width:none
}

#top_nav {
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 20px 2px 20px;
	background-color: #CC9933;
}

#left_col {
	width: 0px;
	float: left;
}

#right_col {
	width: 0px;
	float: right;
}

#page_content {
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 20px 2px 20px;
	background-position: center top;
	background-image: url('parch03.jpg');
	background-repeat: repeat;
}

#footer {
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 2px 2px 2px;
	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;
}
