body{
	background:	#333 url("./background.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;

	padding:	0px;

	color: #444;
}


.title{
	padding:	22px 20px 22px 10px;
	color:          #224;

	letter-spacing: 0.18cm;
        font-family:    gothic;
        font-weight:    normal;
        font-size:      20pt;
}


.subtitle{
        font-size:      12pt;
}


.main {
	background: 	#fff url('./background2.jpg');
        background-repeat: no-repeat;
	background-position: 120% 0%;
        
        text-align: left;
	border: solid #000 1px;
	clear: both;
	width: 810px;
	height: 600px;
        padding:	0px 0px 0px 20px;

}

div.clearer {clear: left; line-height: 0; height: 0;}

.bar {
	margin:	0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 220px;
	float:left;

}

.content {
	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 520px;
	float:right;
	
}

html>body .content {
	margin:	0px 50px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 520px;
	float:right;
	
}

.content2 {
  overflow:auto;
  height: 380px;
}

.mainPictureBox {
	height: 290px;
	overflow: hidden;

}

img.mainPicture {
	border: 0px;
	width: 200px;
	float: left;
	clear: left;
	margin:	20px 20px 0px 0px;

}

.nav {
	margin:	20px 20px 20px 0px;
	padding: 0px 0px 0px 0px;

        font-family:    Gothic, Times New Roman, Times;
        font-weight:    normal;
        font-size:      10pt;

	width: 200px;
	clear: left;

	border: solid 1px #000;

	overflow: auto;
	height: 180px;

	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color:#333;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;

}


li.tree {
	margin:	0px 0px 0px -30px;
	list-style: none;	
}

.spouse {
        font-size:      9pt;
	padding:	0px 0px 0px 10px;
}

a:link, a:visited { 
	text-decoration: none; 
	color:		#767685;
}

a:active, a:hover { 
	text-decoration: underline;
	color:		#7676c5; 
}
