

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
}

.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;

}


.oneColFixCtr #mainContent {

}

a:link, a:visited
{
	color: #09c;
	text-decoration: none;
}

a:hover
{
		text-decoration: underline;
}


#header
{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin-bottom:0px;
	margin-top:0px;
	height: 153px;
}


/* gestione menu */

ul#navlist
{
margin-top:70px;
margin-left: 2px;
padding-left: 0;
margin-bottom:0px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
margin-left:8px;
}

#navlist a { 
padding: 3px 10px; 
font-size:12px;
}

#navlist a:link, #navlist a:visited
{
color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #f60;
text-decoration: none;
}


#benvenuti
{
	padding: 10px;
	font-size:11px;
}

#homeCenter
{
	background-color: #E5E5E5;
	font-size:11px;
	padding:10px;
}

#homeCenter2
{
	background-color: #E5E5E5;
	border-right:2px solid #fff;
}

#homeBottom
{
	margin-top:10px;
	margin-bottom:20px;
}


#tdChsiamo
{
	border-right: 1px solid #0167CC;
	border-left: 1px solid #0167CC;
}

#tdPubblicazioni
{
	border-right: 1px solid #6F0E0E;
	border-left: 1px solid #6F0E0E;
}

#tdProgetti
{
	border-right: 1px solid #018001;
	border-left: 1px solid #018001;
	font-size:11px;
		
}

#tdCartoline
{
	border-right: 1px solid #fc0;
	border-left: 1px solid #fc0;
	font-size:11px;
		
}


.tdInterno
{
	padding-right: 10px;
}


.spallasx
{
	padding: 10px;
	font-size:11px;
}



h2
{
	font-family: georgia;
	font-size: 25px;
	color: #018001;
	margin-top:15px;
}

h2.blu
{
	font-family: georgia;
	font-size: 25px;
	color: #0167CC;
	margin-top:15px;
}

h2.rosso
{
	font-family: georgia;
	font-size: 25px;
	color: #6F0E0E;
	margin-top:15px;
}

h2.giallo
{
	font-family: georgia;
	font-size: 25px;
	color: #fc0;
	margin-top:15px;
}

h3
{
	font-family: georgia;
	font-size: 15px;
	color: #018001;
}

h3.blu
{
	font-family: georgia;
	font-size: 12px;
	color: #0167CC;
	margin-bottom:0px;
}

h3.rosso
{
	font-family: georgia;
	font-size: 12px;
	color: #6F0E0E;
	margin-bottom:0px;
}




#collaborazione
{
	background-color: #eee;
	padding: 10px;
}





.corpo11 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.Titolo13Verde {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
}


