@charset "utf-8";
#breeds h4{
	padding: 2px 5px;
	margin-top: 5px;
	height: 42px;
}

#breeds ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 585px;
	list-style: none;
	list-style-type:none;
	margin-bottom: 20px;
}
#breeds li{
	float: left;
	width:292px;
	padding: 4px 0px;
	font-weight: bold;
	text-indent: -8px;
	list-style: square outside url("imgs/bullet_yellow.png");
}
#breeds h3{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
	border-bottom: 5px solid #444;
	background: url(imgs/head_yellow.png) no-repeat 0px 4px;	
}
