@import url(header.css);
@import url(footer.css);
@import url(testi.css);
@import url(boxnews.css);
@import url(admin.css);


BODY {
		font-family: Verdana, Arial, Helvetica, Sans serif;
		font-size: 0.6em;
		color:#666666;
		text-align: center;
		background-color: #ffffff;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, table, pre, blockquote, form {
		margin:0px;
		padding:0px; }
img { border:none;}
a { text-decoration:none; color:#666666;}
a:hover { text-decoration:underline;}

hr{
		border-bottom: #ffffff solid 1px;
		border-top: #A7A9AC solid 1px;
		width:230px;
		margin:3px 0px 3px 0px;
}

.main {
		text-align:left;
		background-color:#ffffff;
		width:752px;
		margin:0px auto;
		margin-right:auto;
		margin-bottom:0px;
		margin-left:auto;
		padding:0px;
}

.header, .corpo, .middle, .presentazione {
		border-right:1px solid #CACACA;
		border-left:1px solid #CACACA;
		width:750px;
		margin:0px;
		padding:0px;
		float:left;
}

.presentazione {
		background-color: #ffffff;
		background-image: url(../../img/bkg-presentazione.gif);
		background-repeat: repeat-x;
		background-position:0% 1px;
}

.presentazione h2{
		text-transform:uppercase;
		font-size:1.1em;
		color:#868686;
		padding:10px 20px 3px 20px;
}

.presentazione p{
		font-size:0.9em;
		color:#656565;
		padding:0px 20px 4px 20px;
}

.presentazione p b{
		color:#868686;
}

.rigaBox {
		background-color: #ffffff;
		background-image: url(../../img/bkg-rigabox.gif);
		background-repeat: repeat-y;
		background-position:0% 0%;
		width:750px;
		margin:0px;
		padding:0px;
		float:left;
}

.contenuto {
		background-color: #ffffff;
		background-image: url(../../img/corpo-border.gif);
		background-repeat: repeat-y;
		background-position:0% 0%;
		width:561px;
		margin:4px 0px 0px 0px;
		padding:0px;
		float:left;
}

.contenuto .margini {
		width:521px;
		margin:0px;
		padding:10px 20px 20px 20px;
		float:left;
}

.braccio .strumenti {
		background-color: #ffffff;
		background-image: url(../../img/bkg-box-1.gif);
		background-repeat: repeat-y;
		background-position:0% 0%;
		width:189px;
		margin:0px 0px 0px 0px;
		padding:0px;
		float:right;
}

.braccio .strumenti img{
		dispaly:block;
		margin:0px;
		padding:0px;
}
select {
	font-size: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Serif;
	
}


