@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

#horse-wrapper{
	background:none;
	width:700px;
}
.horse-picture{
	float:left;
	margin:15px;
	position:relative;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	behavior:  url(PIE.htc);
	}




.horse-picture p.name,
.horse-container p.name{
	color:#666;
	text-align:center;
	position: relative;
	}

.horse-picture img {
	border:1px solid #eee;
	width:150px;
	height:107px;
	margin:10px 10px 10px 10px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	behavior:  url(PIE.htc);
	}

.horse-profile{
	margin:15px 0 0 14px;
	width:450px;
	float:left;
	}
.horse-profile h2{
	font-size:18px;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	text-shadow:1px 1px #999;
	border-bottom:1px solid #666666;
	margin:0 20px 10px 0px;
	background:none;
	width:100%;
	}

.quotes {
    color: #999999;
    font-family: "Times New Roman",Times,serif;
    font-size: 115%;
    font-style: italic;
    padding: 0 35px;
}
