* {
	margin: 0;
	padding: 0;
}

body{
    background:#ccc url(/images/bkg.jpg) repeat-x left top;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
}

a {
	color: #fff;
    text-decoration: none;
}

a:hover {
	color : #999;
    text-decoration: none;
}

p, img {
	margin: 10px;
	border: 0px;
}

h4 {
	color : #ff0;
}

#container {
    background:#000;
	width: 950px;
	margin: 30px auto;
}


#header {
    background:#000 url(/images/container_top.gif) no-repeat left top;
}

#header img {
	border: 0;
	margin: 25px 25px 0 25px;
}

#navigation {
    background:#000;
    padding: 5px 10px 13px 35px;
}

#navigation ul{
    margin: 0 auto;
    padding:0;
    width: 900px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
    list-style:none;
    letter-spacing: 1px;
}

#navigation li{
    display:inline;
    margin:0;
    padding:0 5px 5px 5px;
}
    
#left_nav a {
	color: #fff;
    text-decoration: none;
   	border-bottom: 1px dotted;
}

#left_nav a:hover {
	color : #999;
    text-decoration: none;
   	border-bottom: 1px dotted;
}

#content {
    float:right;
    width:670px;
    padding: 10px 10px 0px 10px;
}

#content h2 {
	font-size: 18px; 
	color: #e6ea19;
}


#sidebar {
	float:left;
    width:220px;
    padding: 0 0 0 25px;
}


#sidebar h4 {
	font-size: 12px;
}

#fullpage {
	float:left;
    width:850px;
    padding: 10px 25px;
}

#fullpage h2 {
	font-size: 18px;
	color: #e6ea19;
}


/* 3 column layout */
#tribar_left {
	float:left;
    width:200px;
    padding: 0 0 0 25px;
}

#tribar_left p {
	margin: 0; 
	padding: 3px 10px
}

#tribar_left h4 {
	font-size: 12px;
}

#content_tri {
    float:left;
    width:500px;
    padding: 0px 10px 0px 10px;
}

#content_tri p, img {
    margin: 0;
    padding: 0;
}

#content_tri img {
    margin: 0;
    padding: 0 0 15px 0;
}

#tribar_right {
	float:left;
    width:150px;
    padding: 0 0 0 25px;
}

#tribar_right h4 {
	font-size: 12px;
}

/* pedigree layout */

#pedigree {
	margin: 25px 0 0 25px;
	padding: 0;
}

#pedigree ul {
	list-style: none;
	color: #fff;
	width: 800px;
}

#pedigree li {
	float: left;
}
	
#pedigree li#row1 p {
	margin: 0;
	padding: 50px 0 0 10px;
	width: 17em;
	height: 65px;
	border: #fff 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#pedigree li#row1 p.last {
	border-bottom: #fff 1px solid;
}

#pedigree li#row2 p {
	margin: 0;
	padding: 21px 0 0 10px;
	width: 17em;
	height: 36px;
	border: #fff 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

#pedigree li#row2 p.last {
	border-bottom: #fff 1px solid;
}

#pedigree li#row3 p {
	margin: 0;
	padding: 5px 0 0 10px;
	width: 17em;
	height: 23px;
	border: #fff 1px solid;
	border-bottom: 0px;
}

#pedigree li#row3 p.last {
	border-bottom: #fff 1px solid;
}

/* footer */

#footer {
	clear: both;
	background: url(/images/container_bottom.gif) no-repeat left bottom;
	padding: 45px 0 0 0;
	height: 150px;
}

#footer p {
    padding:0;
    margin:45px 0 0 0;
    font-size: 11px;
    text-align: center;
}

#footer a {
    color: #ccc;
    text-decoration: none;
   	border-bottom: 1px dotted;
}
   