body
{
	margin: 4px auto;
	padding:0;
	width:860px;
/*	font-family: Tahoma, Verdana, Arial, sans-serif;font-size: 10pt;*/
}


#header, #body, #footer
{
	width:860px;margin:0;padding:0;
}

#body
{
	background:#FFF url(bg.jpg) repeat-y scroll top center;color:#000;
}

#header
{
	background:transparent url(bg-top.jpg) no-repeat scroll top center;color:#000;
}


#pageTitle
{
	padding: 20px 28px 0px 28px;
}

#pagetitle hr
{
	margin-top:0px;
}

#footer
{
	background:transparent url(bg-btm.jpg) no-repeat scroll bottom center;color:#000;

}

#content
{
	padding: 4px 28px;
}

#copyright
{
	padding: 0px 28px 36px 28px;
	font-size: 9pt;

}


p
{
	margin-top:0;
	text-align:justify;
}

h1
{
	font: normal normal bold 24pt Times New Roman,Serif;
	margin:0px;
	text-align:center;
}

h2
{
	font: normal normal bold 18pt Times New Roman,Serif;
	margin: 0px;
}

ul
{
	margin:0;
	padding:0.5em 0.5em 0.5em 1.5em;
}

ul ul
{
	padding-top:0em;
}

pre
{
	margin:0px;
	padding:1em 2px;
	overflow:auto;
}

.navIcon
{
	position:relative;top:4px;
	padding-right:4px;
}


span.firstLetter
{
	float:left;
	font-weight:bold;
	font-size:32pt;
	margin:-6px 2px -6px 0px;
	color:#f00;
}


h1.individual
{
	font: normal normal bold 18pt Times New Roman,Serif;
	text-align:left;
	margin-top:0.5em;

}
ul.individual
{
	border-top:1px solid #00f;
	background-color:#eef;
}


h2.families
{
}
ul.families
{
	border-top:1px solid #00f;
	background-color:#eef;
}


h2.notes
{
}
pre.notes
{
	border-top:1px solid #00f;
	background-color:#eef;
}


h2.ancestors
{
}
pre.ancestors
{
	border-top:1px solid #00f;
	background-color:#eef;
}


h2.descendants
{
}
pre.descendants
{
	border-top:1px solid blue;
	background-color:#eef;
}


h2.pictures
{
}

div.pictures
{
	border-top:1px solid #00f;
	background-color:#eef;

	margin:0px;
	padding:0.5em 0.5em;
}

img.picture
{
	border: 3px dashed #ccc;
	padding:4px;
	margin:2px 2px;
}

#home-map-area {
	float:right;
	margin-left:8px;
	text-align:center;
}
#home-desc-area {
	margin-right:290px;
}

/* MOBILE
********************************************/
@media (max-width: 480px) {
	body,
	#body,
	#header,
	#footer {
		width:auto;
	}
	body {
		line-height:1.8em;
	}
	#home-map-area {
		float:none;
		margin:0 auto 1em auto;
		text-align:center;
	}
	#home-desc-area {
		margin-right:0;
	}
	pre {
		max-width:100%;
		overflow:scroll;
		font-family: "courier new", courier, monospace;
	}
}