body {
	background-attachment: fixed;
	background-image: url(images/bg_horses2.gif);
}

#header {
	background-image: url(images/banner_horses2.jpg);
	height: 170px;
}

#main {
	text-align: left;
}

#map > img {
	border: 3px solid #9d3adc;
	float: right;
	padding: 0px;
	margin: 10px;
}

#map > img:hover {
	border: 3px solid #5d1d86;
}

.pedigree {
	border: 2px solid black;
	border-collapse: collapse;
	font-size: 9pt;
	width: 100%;
}

.pedigree caption {
	font-weight: bold;
	font-size: 14pt;
}

.pedigree td {
	border: 2px solid black;
	text-align: center;
	padding: 3px;
	width: 33%;
}

.pedigree td:first-line {
	font-weight: bold;
	font-size: 12pt;
}

.sideinfotable {
	border: 2px solid black;
	float: left;
	font-size: 10pt;
	padding: 5px;
	width: 200px;
}

.sideinfotable caption {
	font-weight: bold;
	font-size: 14pt;
}

.sideinfotable td {
	border-bottom: 1px dotted black;
	vertical-align: bottom;
}

.sideinfotable td:first-child {
	border-bottom: none;
	font-weight: bold;
	vertical-align: top;
}

.viewhorses {
	clear: both;
	font-size: 16pt;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}

.viewhorses img {
	float: left;
	background-color: #9d3adc;
	padding: 6px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.viewhorses img:hover {
	background-color: #5d1d86;
}