body {
	background: #e8bd90;
	font-family: "Verdana", "Arial";
	font-size: 0.8em;
}

.content {
	background: #ffffff;
	width: 790px;
	/*height: 930px;*/
	margin: auto;
	padding: 0px;
}

.title {
	font-size: 2.0em;
	/*font-weight: bold;*/
}

.header {
	/*background: #dddddd;*/
	height: 290px;
	width: 770px;
}

.middle {
	/*background: #ff0000;*/
	height: 510px;
	width: 790px;
}

.footer {
	background: #dddddd;
	height: 200px;
}

.colonna1 {
	width: 350px;
	height: 320px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

.colonna2 {
	background: #c3d5e3;
	width: 322px;
	height: 430px;
	float: left;
        padding: 6px;
	margin-top: 20px;
	margin-left: 20px;
      
}

a, a:visited{
	color: #e14644;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	/*background: #ff0000;*/
}

img {
	/*border: 10px solid #ff0000;*/
	border: 2px;
	margin: 1px;
}