html {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
    border-width: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0;
	padding: 0;
	background: url('images/header-bg.jpg') repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}


.photo {
	float: left;

}
.photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
.photo img {
	display: block;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}

#contenuto {
	margin-top: 40px;
	text-align: justify;
}


#contenuto-left {
	float: left;
	width: 420px;
	}
#contenuto-right {
	float: right;
	width: 345px;
}

#contenuto h1
{
    margin-top: 25px;
    margin-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #cc3333;
}



.footer {
	color: #FFFFFF;
	background: #cccccc url(images/footer-bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	float:none;
}
.footer p {
	margin: 0;
	padding: 0;
}