/* ******************************** */
/*                                  */
/*      Silver Family Ancestry      */
/*        Editor - Tim Silver       */
/*        Created 22-11-2008        */
/*      Last edited 01-12-2009      */
/*                                  */
/* ******************************** */

body {
	background-color: url(background.gif);
	margin: 0 auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

#content {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0 15px 0 15px;
	text-align: left;
	font-size: 0.8em;
	background-image: url(background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/*  This header contains the next three divs */
#main_header {
	float:left;
	width:1000px;
}

#tree_left {
	float: left;
	width: 160px;
	height: 122px;
	background-image: url(oak_tree.gif);
}

#header {
	float: left;
	width: 680px;
	height: 122px;
	background-image: url(background.gif);
	background-repeat: repeat;
}

#tree_right {
	float: left;
	width: 160px;
	height: 122px;
	background-image: url(oak_tree.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0000ff;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0000ff;
	text-align: center;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

p {
	text-align:left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #880000;
}

/* italic, bold and underlined */
.ibu {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

/* blue and bold for ENTYMOLOGY */
.enty {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;color:#0000ff;
	font-weight: bold;
}

/* 'entyack' is the copyright acknowledgement */
.entyack {
	font-family: Arial, Helvetica, sans-serif;
	font-style: color:#000000;
	font-size: 0.8em;
}

/* Size of family name in Entymology */

.familynamefontsize {
	font-size: 2em;
}

/* bold */
.b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* underline */
.u {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}