.new-pet h1 {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	font-family: 'Amaranth', sans-serif;
	color: #EE3124;
	text-shadow: 0 1px 3px #666;
	margin-bottom: 20px;
}
.new-pet h3 {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Amaranth', sans-serif;
	color: #333;
	font-weight: normal;
}
.new-pet h3 a {
	color: #333;
}
.new-pet h3 a:hover {
	color: #EE3124;
}


h2 {
	color: #EE3124;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: 'Quattrocento Sans', sans-serif;
	letter-spacing: -.05em;
	
}

p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}

.sepa-shadow {
	background: url(../img/static/img-land-separatore.png) no-repeat center top;
	height: 69px;
	margin-top: 40px;
}
#static_profile {
	background: url(../img/static/img-land-profilo-side.png) no-repeat 415px 60px;
}

footer.new-pet {
	height: 120px;
	margin-top: 80px;
}
