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 { 
	height: 360px;
	padding: 0px; /* 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;
	padding:0;
	
}

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

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

.primoPianoIntro
{
	padding:5px;
}



.latest_event 
{
	margin-bottom:15px
}

.latest_event a
{
	font-size:12px;
	font-weight: bold;
}

.fcs3_panel

{
	DISPLAY:NONE;
}