body  {
	
	color: #000000;

}


.twoColFixRtHdr #container { 
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*PERSONALIZZAZIONE LAYOUT*/


a:link, a:visited
{
	color:#0099CC;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}

#primoPiano { 
	border: 0px solid #333;
	height: 360px;
	padding: 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




ul#navlistComunicati
{
margin: 0;
padding: 5px;

}

#navlistComunicati li
{
display: inline;
list-style-type: none;
}

#navlistComunicati a 
{ 
padding: 3px 10px; 
}

#navlistComunicati a:link, #navlistComunicati a:visited
{
color: #0099CC;
text-decoration: none;
font-weight: bold;
}

#navlistComunicati a:hover
{
color: #333333;
text-decoration: none;
font-weight: bold;
}


#topmenu
{
	text-align: center;
}


.primoPiano
{
	background-color: #993300;
	border-top: 1px solid #fff;
	border-bottom: 4px solid #993300;
	padding:0;
	
}

#primoPianoBox
{
	background-color: #fff;
	border: 1px solid #fff;
	padding:0px;
}

h3
{
	font-family: cambria, georgia;
	padding:5px;
	color:#fff;
	margin-bottom:0px;
}

.primoPianoIntro
{
	padding:5px;
}


#navlist
{
padding-left: 0;
margin-left: 0;
width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px dotted #ccc;
}

#navlist li a 
{ 
text-decoration: none; 
font-size:12px;
font-weight:bold;
}

#navlist li a:hover
{ 
text-decoration: underline; 
color:#959500;
}



