body
{
	margin: 0;
	padding: 0;
	font: 85% tahoma, sans-serif;
	text-align: center;
	color: #333;
	background-color: #fff;

}

a:link { color: #DB1D7A; }
a:visited { color: #C11E74; }

a:hover, a:active
{
	color: #FF0078;
}

h2
{
	color: #DB1D7A;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #505050;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#blogentry img{
	margin: 2px;
}

#header
{
	margin-top: 1em;
	height: 170px;
	width: 900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-left: auto ;
	margin-right: auto ;

	}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#container
{
	margin: 1px auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
	border: none;

}

#mainav
{
	width: 100%;
	height: 30px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #505050;

	}
	
#mainav1
{
width: 900px;
height: 30px;
margin-left: auto ;
margin-right: auto ;
}	

#slide
{
	width: 900px;
	height: 150px;

}

#menu
{
	float: right;
	width: 200px;
	border-left: 1px solid #f9f9f9;
	padding-left: 15px;
	margin-top:20px;
}

#contents { margin: 20px 235px 40px 20px;

 }
 
 #contents_news { margin: 20px 20px 40px 20px;

 }
 
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #f9f9f9; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #cccccc;
	text-align: right;
	font-size: 90%;
	background-color: #505050;
	padding: 5px;
	height: 100px
	font-size: 90%;
	border-top: 6px solid #FFE600;
}
#footerin
{
width: 900px;
margin-left: auto;
margin-right: auto;
padding-right: 10px;

}

#skipmenu
{
	text-align: right;
	margin: 20px;
}

#skipmenu a
{
	color: #505050;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #505050;
	text-decoration: none;
}
table.pedigree {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.pedigree th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.pedigree td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}