@charset "utf-8";
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#logo {
	background-image:url(images/logo_maema.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 266px;
	margin-top: 45px;
	margin-left: 10px;
}

#contenuto {
	background-image: url(images/fondo_maema-01.png);
	background-repeat: repeat;
	margin-top: 60px;
	min-height: 770px;
}

#testo {
	background-color: #FFF;
	margin-left: 250px;
	padding: 150px 30px 60px 30px;
	width: 370px;
	min-height: 560px;
}

#testo a {
	color: #000;
}

#testo h2 {
	color: #6B5E58;
	font-size: 18px;
	padding-bottom: 40px;
}

#testo p {
    padding-bottom: 20px;
}

#testo form {
	text-align: center;	
}

#testo ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

#testo li {
	padding-right: 25px;
}

#testo img {
	padding-top: 23px;
}

.lamialista {
	padding-top: 20px;
}

.back {
	padding-top: 150px;
}

