
#left {
	width: 400px;
	height: 70px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}


#left img {
	height: 70px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	

#rightbanner {
	
margin-left: auto; 
margin-right:auto;
	width: 909px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #cccccc;
	padding: 0px;
	clear:both;
	background:#FFFFFF;
	}


#rightbanner img {
	height: 70px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	

#top {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#top img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	

#bottom {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}


#bottom img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
#textosup {
width: 850px; 
position: relative; 
left: 50%; 
margin-left: -375px;
	}
.textowood {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.textolink {
	font-family:Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 10px;
}

A:visited {
	text-decoration: none;
	color: #00e;
}
A:active {
	text-decoration: none;
	color: #333;
}
A:hover {
	text-decoration: underline;
	color: #333;
}
