@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	}
	
body {
	height: 100%;
	background: url(images/background.jpg) top center repeat #3d2b1d ;
	}
	
#container {
	margin: auto;
	height: 100%;
	width: 700px;
	}
	
#header {
	margin: auto;
	width: 700px;
	height: 210px;
	background: url(images/header.png) no-repeat top center;
	}
	
#header h1 {
	text-indent: -9999px
	}
	
#header ul {
	list-style-type: none;
	margin-top: 75px;
	padding-left: 450px;
	}
	
#header li, #header li a:link, #header li a:active, #header li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	}
	
#header li a:hover {
	text-decoration: none;
	color: #3d4d26;
	}
	
#content {
	margin: auto;
	width: 580px;
	padding: 20px 30px 10px 30px;	
	clear: both;
	background: #fff;
	border: 10px solid #bfe2e6;
	}
	
#content table {
	padding: 0px;
	margin: 0px;
	}
	
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.8em;
	word-spacing: 4px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
	/* [disabled]text-align: left; */
	}
	
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #44caf0;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #3d2b1d;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
	}
	
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#content .imgright {
	border: 10px solid #bfe2e6;
	margin: 10px 0px 10px 20px;
	float: right;
	}
	
#content .imgleft {
	border: 10px solid #bfe2e6;
	margin: 10px 20px 10px 0px;
	float: left;
	}
	
#content .img {
	border: 10px solid #bfe2e6;
	margin: 5px;
	}
	
#content .imgthumb {
	border: 5px solid #bfe2e6;
	margin: 5px;
	}
	
#content a:link, #content a:active, #content a:visited {
	color: #0099CC;
	text-decoration: none;
	}
	
#content a:hover {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #0099cc;}
	
#content ul {
	margin-left: 40px;
	}
	
#content li {
	color: #bfe2e6 }
	
#content ul li a:link, #content ul li a:active, #content ul li a:visited {
	color: #666;
	text-decoration: none;
	}
	
#content ul li a:hover {
	color: #333;
	text-decoration: none;
	}
	
	
#footer {
	margin: auto;
	padding-top: 15px;
	clear: both;
	border-top: 1px solid #ddd;
	}
	
#footer p {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	word-spacing: normal;
	margin: 0;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #333;
	} 
	
#footer a:hover {
	text-decoration: none;
	color: #4ebddc;
	border-bottom: 1px solid #4ebddc;
	}
	
#content .pedigree {
	border: 5px solid #999999;
	margin: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
#content .pedigree td {
	border: 1px solid #ddd;
	padding: 10px;
	}
	
.red {
	color: #990000;
	}
