div {
	border: none;
	/*border: 1px solid red;*/
	}

#header {
	margin-left: 0px;
	color: #000;
	height: 110px;
	}


#leftcol {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 0px;
	color: #000;
	padding: 3px;
	}
	#leftcol ul {
		margin:0;
		padding:10px 10px 0;
		list-style:none;
		font-size: 85%;
		}

#rightcol {
	position: absolute;
	left: 83%;
	top: 155px;
	width: 150px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 3px;
	}
div.archivioside {
	text-align: center;
	font-size: 90%;
	padding-top: 1em;
}
div.archivio {
	font-size: 85%;
}

#leftcol p, #rightcol p {
	font-size: 11px;
	}

#content {
	margin: 40px 18% 0 170px;
	padding: 3px;
	color: #000;
	}
	#nuove {
	padding: 0px;
	margin-top: 6px;
	font-size:85%;
	}
	.nuovebox {
		padding: 0px;
		text-align: justify;
	}
	.nuovebottom {
		border-bottom:1px solid #333;
		font-size: 75%;
	}
	.nuovebody {
		text-align: justify;
	}
	span.titolo {
		position: relative;
		float: left;
		text-align: left;
		font-weight: bold;
		color: #333;
		width: 49%;
	}

	span.data {
		position: relative;
		float: right;
		text-align: right;
		font-style: italic;
		color: #333;
		width: 49%;
	}
	div.data {
		font-size: 75%;
	}
	div.name {
		font-size: 75%;
		font-weight: bold;
		color: #333;
	}
	div.link {
		font-size: 75%;
	}

	.testo {
		font-size: 75%;
	}
	.testochisiamo {
		font-size: 85%;
	}

	span.link {
		position: relative;
		float: left;
		text-align: left;
		color: #333;
		width: 49%;
	}

	span.commenti {
		position: relative;
		float: right;
		text-align: right;
		color: #333;
		width: 49%;
	}

	.commentotitolo {
		font-size: 90%;
		padding-top: 1em;
	}
	.commentotesto {
		font-size: 75%;
		text-align: justify;
		padding-left: 1em;
	}
	.testopiccolo {
		font-size: 70%;
	}
	.testorosso {
		color:red;
		font-weight: bold;
		font-size: 80%;
	}

#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #333;
	color:#666;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:66%
	}

	#footer .date {
		float: left;
		text-align: left;
		}

	#footer .contact {
		float: right;
		text-align: right;
		}

body {
	width: 99%;
	/*background-color:#ffc;*/
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #ffc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 88%;*/
	}

p, a {
	font-family: Verdana;
	}

a {
	text-decoration:none;
	color:#765;
}
a:hover {
	text-decoration:none;
	color: #AB7F2D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	}

img {
	border:0;
}

div.newsdata{
	font-size: 75%;
}
div.newstesto{
	font-size: 75%;
	border-bottom: #765 solid 1px;
}

/* menu */
div#menu {
	float:left;
    width:100%;
	background: url("images/bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
}
div#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
div#menu li {
    float:left;
    background:url("images/left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
	border-bottom:1px solid #765;
}
div#menu #current {
	background-image:url("images/left_on.gif");
	border-width:0;
}
div#menu #current a {
	background-image:url("images/right_on.gif");
	padding-bottom:5px;
	color:#333;
}
div#menu a, div#menu strong, div#menu span {
    display:block;
    background:url("images/right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
}
div#menu a {
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
div#menu a {float:none;}
/* End IE5-Mac hack */
div#menu a:hover {
	color:#333;
}




