body
{
	MARGIN: 0px;
	height: 100%;
	font-family: Verdana, Tahoma,Arial;
	font-size:10px;
	background-color:#D5D8B0;
}

/*-------------------------------------------------------------------------------------
CORNICE DEL PORTALE
-------------------------------------------------------------------------------------*/
#container
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #b79349;
	border-right: 1px solid #b79349;
	border-bottom: 1px solid #b79349;
	border-top: 1px solid #b79349;
	height: 100%;
	position:relative;	
}

/*-------------------------------------------------------------------------------------
TESTATA
-------------------------------------------------------------------------------------*/
#testata
{
	background-image: url(../img/testata.jpg);
	text-align: center;
	height:130px;
	width:700px;
}

/*-------------------------------------------------------------------------------------
BARRA
-------------------------------------------------------------------------------------*/
#barra
{
	color: #990002;
	background-color: #ffcc66;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	width: 690px;
}

/*-------------------------------------------------------------------------------------
Parte centrale
-------------------------------------------------------------------------------------*/
#content
{
	padding-bottom:13px;
}

/*-------------------------------------------------------------------------------------
MENU
-------------------------------------------------------------------------------------*/
#menu
{
	width:144px;
	text-align:left;
	background-color:#7C7538;
	color:White;
}

#menu a
{
	display:block;
	border-bottom:1px solid #ffffff;
	color:White;
	padding-left:3px;	
	padding-top:3px;
	padding-bottom:3px;

}

#menu a:link{
	color:white;
	text-decoration: none;
}

#menu a:visited{
	color:white;
	text-decoration: none;
}

#menu a:hover{
	background-color: #333300;
}

/*------------------------------------------
Navigatore
--------------------------------------------*/
#navigatore
{
	width:546px;
	padding-left:5px;
	background-color:#615C34;
	color:white;
	text-align:left;
}

#navigatore a
{
	color:#B7AC55;
}

#navigatore a:link{
	color:#B7AC55;
	text-decoration: none;
}

#navigatore a:visited{
	color:#B7AC55;
	text-decoration: none;
}

#navigatore a:hover{
	background-color: #333300;
}

/*-------------------------------------------------------------------------------------
Testo
-------------------------------------------------------------------------------------*/
#corpo
{
	padding-right:5px;
	padding-left:5px;
		
}
/*--------------------------------------------------------------------------------
Serve per il footer
--------------------------------------------------------------------------------*/
body>#container
{
	height:auto;
	min-height:100%;
}


div#footer
{
	background-color: #FFCC66;
	color:#990002;
	padding-left:5px;
	padding-right:5px;
	width:690px;	
	BOTTOM: 0px;
	position: absolute;
	text-align:left;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------------
Links
-------------------------------------------------------------------------------------*/
a
{
	text-decoration: none;
}

a:link
{
	color:#990002;
	text-decoration: none;
}

a:visited
{
	color:#990002;
	text-decoration: none;
}

a:hover{
	background-color: Yellow;
	
}
/*-------------------------------------------------------------------------------------
tabella standard
-------------------------------------------------------------------------------------*/
.tabella
{
	width:100%;
}

.testataTabella
{
	font-weight: bold;
	background-color: #c4d3ae;
}

.titolo 
{
	font-weight:bold;
	text-align:center;
	color:#006633;
	font-size:14px;
}

.titoletto
{
	font-weight:bold;
	color:#006633;
}

.sottotitolo
{
	font-weight: 500;
	color: #333333;
	background-color:#cccc99;
	text-align: justify;
}

.autore
{
	font-style:italic;
	text-align: right;
	background-color:#cccc99;
}

.corpo
{
	text-align:justify;
	background-color:#cccc99;
}


/*------------------------------------------------------
Stile delle tabelle usato in presenza di elementi ripetuti
--------------------------------------------------------*/
.elementoTabella
{
	background-color:#cccc99;
	text-align:left;
}

.sopraTabella
{
	color:black;
	background-color:#C5B079;
	text-align:left;
}

.fondoTabella
{
	color:black;
	background-color:#C5B079;
	text-align:left;
}

/*------------------------------------------------------
Tag board
--------------------------------------------------------*/
#titolotagboard
{
	width: 80%;
	border-right: 2px outset #C5B079;
	border-top: 2px outset #C5B079;
	border-left: 2px outset #C5B079;
	padding-right: 3px;
	padding-bottom:5px;
	padding-top:5px;
	color: white;
	background-color: #990000;
	font-weight: bold;
}

#tagboard
{
	text-align: left;
	border-right: 2px outset #C5B079;
	border-top: 1px solid;
	padding-right: 3px;
	overflow: auto;
	border-left: 2px outset #C5B079;
	width: 80%;
	border-bottom: 1px solid;
	height: 150px;
	background-color: #d1e0a5;
}

#fondotagboard
{
	width: 80%;
	border-right: 2px outset #C5B079;
	border-left: 2px outset #C5B079;
	border-bottom: 2px outset #C5B079;
	padding-right: 3px;
	background-color: #cccccc;

}