@CHARSET "ISO-8859-1";

/*struttura*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#container {
	left:50%;
	margin-left: -494px;
	width:990px;
	height: 520px;
	position:absolute;
}

#menu {
	float: left;
	width:310px;
	margin-right: 20px;
	height: 280px;
}

#testo {
	float: left;
	margin-top:110px;
	overflow:auto;
	width:320px;
	height: 170px;
	margin-right: 20px;
}

#multimedia {
	float: left;
	width:310px;
	height: 280px;
	margin-top: 10px;
}

#gallery {
	float: left;
	width:990px;
	margin-top:15px;
	height: 115px;
}

#down {
	float: left;
	width:990px;
	height: 60px;
	margin-top:15px;
	background-image: url("../images/down.jpg");
	background-repeat: no-repeat;
}

#footer {
	float:left;
	width: 988px;
	height: 15px;
	line-height: 20px;
}

#netevolution {
	float:left;
	width: 988px;
	text-align: right;
}

.default li {
	list-style:none;
	font-size: 12px;
	line-height: 16px;
	}

.default a:active {color: #666666; text-decoration: none}
.default a:link { color: #666666; text-decoration: none}
.default a:visited {color: #666666; text-decoration: none; }
.default a:hover { text-decoration:underline;}
