/* Documento CSS */
/* Antonio 'Kose' Cosentino ©2006 */






body{
	margin:0;
	padding:0;
	text-align:center;
	/*font-family:Trebuchet;*/
	font-family:Trebuchet ms;
	font-size:14px;
    background:url(immagini/ombra.gif) repeat-y center;
	background-color:#666;
	line-height:24px;
	}


a:link {
	color:#003366;
	}

a:visited {
	color:#003366;
	}
	
a:hover{
	color:#FF3300;
	}


h1{
	color:#003366;
	font-size:14px;
	text-align:center;
	}

	h3{
	font-family: "Helvetica";
	color: #0099cc;
	text-shadow: #666666 0px 1px 1px;
	font-weight:normal;
	font-size:23px;
	text-align:center;
	}


.contenitore{
	margin:0 auto;
	width:760px;
	height:auto;
	position:relative;
	}
	
.testata{
	width:760px;
	height:200px;
	font-size:0;
	position:relative;
	left:0px;
	
	}
	
.menu{
	margin-top:0px;
	width:134px;
	height:287px;
	background:url(immagini/menu.gif);
	float:left;
	left:0px;
}


.main{

width:540px;
height:500px;
background: url(immagini/bg.gif) center center no-repeat;
float:right;
}


.articolo{
font-size:12px;
text-align:left;
margin-left:20px;
margin-right:20px;
font-family:Arial, Helvetica, sans-serif;
}

.articolo h3, table h3{
margin:0;
padding:0;
font-size:12px;
color:#003366;
text-transform:uppercase;
}

.articolo p{
	text-align:justify;
	margin:0;
	padding:0;
	line-height:17px;
	}
	
.admin{
float:right;
margin-right:4px;
margin-bottom:-15px;
}

.sondaggio{
position:absolute;
top:150px;
left:0px;
}


blockquote {
	text-indent: 25px;
	background: url(immagini/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(immagini/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}