/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #370100 url(../images/bg.jpg) repeat-x;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

a{
	color: #e6b070;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 815px;
	margin: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#header{
	background: url(../images/header.jpg) no-repeat;
	height: 164px;
	color: #fff;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	padding-top: 19px;
	padding-right: 19px;
}

#header a{
	color: #fff;
}

#header a:hover{
	color: #e6b070;
}

#subhead{
	height: 41px;
	background: url(../images/subhead.jpg) no-repeat;
	color: #000;
	font: bold 20px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 15px;
}

#wrapper{
}
#nav{
	display: block;
	float: left;
	background: url(../images/navbg.jpg) repeat-x;
	width: 105px;
	height: 270px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav a{
	display: block;
	color: #e6b070;
	text-decoration: none;
	padding: 4px;
}

#nav a:hover{
	background-color: #370100;
	text-indent: 8px;
	color: #fff;
}

#content{
	display: block;
	float: right;
	width: 694px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #e6b070;
	padding-left: 8px;
	padding-right: 8px;
}
#footer{
	display: block;
	clear: both;
	color: #e6b070;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background: url(../images/aarow.gif) no-repeat;
	padding-top: 24px;
	padding-left: 104px;
	padding-bottom: 12px;
}

#footer a{
	color: #e6b070;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #91572e;
	padding: 11px;
}

#api a{
	color: #91572e;
}

.photos{
	margin: 6px;
	border-style: solid;
	border-width: 1px;
}

/* @end */

/* @group EPDs and Pedigrees */

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

/* @end */
