* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3455B;
	font-family: Times new roman;
	font-size: 20px;
	line-height: 22px;
}


a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	margin: 0 auto;
	width: 700px;
	padding-bottom: 20px
}

.titolo {
	width: 450px;
	float: left;
	letter-spacing: 1px;
	padding: 20px 20px 20px 0;
	text-align:center;
	line-height:35px;
	color: #fff;
}

.titolo h1 {
	width: 100%;
	float: left;
	text-transform:uppercase;
	font-size: 30px;
}

.titolo .onlus {
	width: 100%;
	float: left;
	padding: 0;
	font-size: 30px;
}

#logo {
	float: right;
	width: 200px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}

#descrizione {
	width:450px;
	padding: 60px 20px 20px 0;
	text-align: justify;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	float:left;
}

#descrizione  span {
	color: #ff0;
	float:left;
	font-style:italic;
}

#descrizione h2 {
	width: 450px;
	float: left;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 20px 20px 20px 0;
	text-transform:uppercase;
	line-height:35px;
	color: #fff
}

.promozione {
	width: 600px;
	float: left;
	text-align: justify;
	font-size: 22px;
	line-height: 42px;
	color: #fff
}

#footer
, .info {
	color: #fff;
}

.info  a.link
, .info  a
, .info  a.hover
, .info  a.visited
, .promozione  a.link
, .promozione  a
, .promozione  a.hover
, .promozione  a.visited  {
	color: #fff;
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	padding-top: 30px;
	clear:both;
}

