/* Made by Jack Qiao @ www.pureweb.ca
(feel free to erase that)
*/

/* The Esentials
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0;
padding: 0;
}

body {
background: #6B3D21 url("images/back2.jpg") repeat-y;
color: #DCBDAB;
font: normal 12px verdana, tahoma, arial, sans-serif;
margin-top: 50px;

}

h1 {
	font: normal 65px georgia, times, serif;
	color: #BB6D3D;
	display: block;
	width: 660px;
	border: 1px solid #A16745;
	border-width: 0 0 1px 0;
	margin: 0px 0 10px 112px;
	padding-bottom: 15px;
	cursor: default;
	text-align: center;
}



h2 {
	font: normal 24px georgia, times, serif;
	color: #BB6D3D;
	padding-bottom: 20px;

}

h3 {
font: bold 14px verdana, tahoma, arial, sans-serif;
margin: 0px 0px -20px 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

* html h2 {
margin: 60px 0 -40px 0px;
}


img {
	border: 1px solid #BB6D3D;
	padding: 2px;

}

#top {
width: 700px;
height: 39px;
position: absolute;
top: 0;
left: 94px;
background: #6B3D21 url("images/top2.jpg") no-repeat;
}

a {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #fc9;
text-decoration: underline;
}


/* Basic Structure
+++++++++++++++++++++++++++++++++++*/


#container {
	margin-left: 110px;
	padding-left: 150px;
	width: 500px;
	
}


.quote {
background: #824E2F url("images/q1.gif") no-repeat;
background-position: 3% 10%;
font: normal 10px/18px georgia, times, serif;
color: #271104;
width: 350px;
margin: 20px 0 20px 292px;
}

.quote span {
display: block;
border: 1px solid #522B13;
border-width: 1px 0;
width: 250px;
height: 100%;
background: transparent url("images/q2.gif") no-repeat;
padding: 30px 50px;
background-position: 90% 85%;
}

.pix {
	padding-bottom: 20px;
	height: 150px;
	width: 490px;
	float: left;
	position: relative;

}

.pix span {
	position: absolute;
	display: block;
	background-image: url(images/zoom.gif);
	background-repeat: no-repeat;
	width: 61px;
	height: 20px;
	left: 142px;
	top: 3px;

}


.medpix {
	padding-bottom: 20px;
	height: 250px;
	width: 490px;
	float: left;

}

.info {
	margin-top: -150px;
	margin-left: 215px; 
	width: 280px;
}

.info2 {
	margin-top: -250px;
	margin-left: 375px; 
	width: 280px;
	padding: 10px;

}

.name {
	font: bold 16px georgia, times, serif;
	color: #BB6D3D;
}

.ped {
	margin-top: 20px;
	margin-bottom: 20px;
	font: italic 12px verdana, tahoma, arial, sans-serif;
	color: #fff;
}

#footer {
	font-size: 11px;
	height: 50px;
	width: 500px;
	margin-left: 125px;
	width: 650px;
	margin-top: 40px;

}



/* Navigation
+++++++++++++++++++++++++++++++++++*/

#nav {
position: absolute;
top: 150px;
left: 112px;
list-style: none;
}

#nav a {
font: normal 12px/30px georgia, times, serif;
color: #fff;
text-decoration: none;
display: block;
width: 115px;
height: 30px;
background-color: #824E2F;
margin-top: 1px;
padding-left: 10px;
}

* html #nav a {
width: 130px;
}

#nav a:hover {
background-color: #A16745;
}

#current a {
background-color: #945e3e;
}

/* Pedigrees
+++++++++++++++++++++++++++++++++++*/

		#pedigree label { font-size: 10px; }
		#pedigree a img {border: 0px;}
		#pedigree {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #DCBDAB;}
		#pedigree th { font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	height: 20px; background-color:#824E2F; }
		#pedigree tr { background-color:#A16745; }
		#pedigree td { text-align: center; }