#livery_main {
	background: url(/horses/images/livery-main.jpg) no-repeat;
	width: 770px;
	height: 247px;
	margin-bottom: 14px;
	position: relative;
}
#livery_main .livery_text {
	position: absolute;
	left: 373px;
	top: 16px;
	color: #FFFFBF;
	width: 381px;
}

#livery_left {
	background: url(/horses/images/livery-left.jpg) no-repeat;
	width: 387px;
	height: 243px;
	position: relative;
	float: left;
}
#livery_left .livery_text {
	position: absolute;
	left: 212px;
	top: 16px;
	color: #FFFFBF;
	width: 161px;
}

#livery_right {
	background: url(/horses/images/livery-right.jpg) no-repeat;
	width: 383px;
	height: 243px;
	position: relative;
	float: left;

}
#livery_right .livery_text {
	position: absolute;
	left: 190px;
	top: 16px;
	color: #FFFFBF;
	width: 165px;
}
#livery_right h2 {
	left: 32px;
}


.livery_text a:link, .livery_text a:visited {
	color: #ff0;
}
.livery_text a:hover {
	color: #fff;
}
h4 {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
h1 {
	position: absolute;
	color: #0E1E33;
	left: 16px;
	top: 16px;
	font-size: 20px;
	line-height: 24px;
}
h2 {
	position: absolute;
	color: #fff;
	left: 16px;
	top: 16px;
	font-size: 20px;
	line-height: 24px;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:link, h1 a:visited {
	color: #fff;
}
h1 a:hover {
	color: #FFFF00;
}
h2 a:link, h2 a:visited {
	color: #fff;
}
h2 a:hover {
	color: #FFFF00;
}

p {
	margin-top: 5px;
}
