body{
	margin: 0;
	padding: 0;
	background-color: #001589;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	color: #6e003e;
}

#header{
	display: block;
	background-image: url(images/header.gif);
	height: 80px;
	width: 800px;
	color: #000;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 26px;
}

#subhead{
	display: block;
	background-image: url(images/wrapperbg.gif);
	color: #6e003e;
	font: italic bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 187px;
	padding-bottom: 6px;
}

/* Optional. In case an extra spot is needed for ranch contact info. Not plugged into HTML by default. */
#contact{
	
}
#container{
	display: block;
	margin: auto;
	width: 800px;
}
#wrapper{
	display: block;
	background-image: url(images/wrapperbg.gif);
}
#nav{
	display: block;
	float: left;
	width: 180px;
}

#nav a{
	display: block;
	background-image: url(images/navbg.gif);
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 37px;
	color: #011588;
	text-decoration: none;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-top: 2px;
	margin-bottom: 4px;
}

#nav a:hover{
	background-image: url(images/navbg_over.gif);
	color: #fff;
}

#content{
	display: block;
	float: right;
	width: 512px;
	padding-right: 95px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footer{
	display: block;
	clear: both;
	text-align: center;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 509px;
	height: 93px;
	background: url(images/footer.gif) no-repeat;
	padding-top: 20px;
	padding-right: 102px;
	padding-left: 190px;
}

#footer a{
	color: #001589;
}

#footer a:hover{
	color: #6e003e;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}
#api a{
	color: #fff;
}
#starburst{
	margin: auto;
	width: 200px;
	height: 200px;
	text-align: center;
	background: url(images/starburst.jpg) no-repeat center center;
	padding: 10px;
}
#starburst h1{
	margin-top: 50px;
}
#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.left{
	float: left;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

