﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #fbeec7 url(images/logo_colori.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align:center;
	line-height: 20px;
	color: #222;
}
a {
	text-decoration: none;
	color: #80B312;
}
a:visited {
	/* link visitati uguali  quelli non visitati*/
	text-decoration: none;
	color: #80B312;
}
a:hover {
	text-decoration:none;
	color: #111;
/*	background-color:#FBEEC7;*/
}
#wrap {
	margin: 0px 0px 0px 20px;
	width: 900px;
	text-align: center;
	font-size: 9px;
}
#header {
	/* 15 pixel al bordo inferiore */
	text-align: center;
	padding: 0 0 15px 0;
}
#header h1 {
	font-size: 36px;
	padding: 10px 0px 10px 20px;
	color:#CCCCCC;
}
#header h2 {
	font-size: 24px;
	color: #80b312;
	padding: 5px 0 0 20px;
	font-weight: 100;
}
#content {
	/* definizione della classe conenuto di testo: bordo ed immagini */
	padding: 20px 20px 20px 20px;
	text-align: center;
}
#content img {
	/*border:inset;  non si mette il bordo incassato 
	perché non è suppertato da Explorer*/
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none; 
	/* si lascia lo stesso colore di sfondo */;
	/*color: #FCEEC7;*/
}
#content a:visited {
	/*link visitati  */
	color: #FCEEC7;
}
.right {
	float: right;
	width: 680px;
	text-align: justify;
	padding-top: 10px;
}
.right img {
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px 0px;
}
.right table {
    width: 665px;
    border-style:none;
    border-color:#CCCCCC;
    font-size:14px;
    margin:5px 0px 5px 0px;
	vertical-align: middle;
	text-align: left;  
	padding:0px 0px 0px 0px;
}
.right h2 a:hover {
	color: #111;
}

.right h2 {
	text-align: center;
	font-size: 18px;
	background-color:#80B312;
	width:665px;
}

.left {
	float: left;
	width: 200px;
	padding-top: 150px;
	text-align: left;
}
.left h1 {
	margin: 15px 0px 0px 0px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background: #80b312;
}
.left h1 a{
	margin: 15px 0px 0px 0px;
	font-size: 16px;
	color: #000;
	text-align: center;
	background: #80b312;
}

.left h2 {
	margin: 10px 0px 0px 20px;
	height: 24px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
left a {
	text-decoration: none;
	font-weight: 600;
}

.left a.selezionato
{
	background-color:#CCCCCC;
	font-weight:bold;
}

.articles {
	padding: 10px;
	font-size: 14px;
}
#footer {
	/* 30 pixel al bordo superiore */
	margin: 30px 0px 0px 0px;
	float: left;
	text-align: center;
    font-weight:100;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #111;
}

