#header, #footer
{
	color:#943634;
	background-color:#EEEEE0;
	min-height:1em;
	clear:both;
}
#header H1
{
	font-size:3em;
	text-align:center;
	margin:0;
}
#header H2
{
	font-size:2.5em;
	text-align:center;
	margin:0;
}
#menu, #menu2 
{
	margin-top:1em;
	background-color:#FFFFE0;
	border:1px dotted black;
}
.menuitem {
	padding-left:1em;
	padding-right:1em;
}
.menuitemhead {
	padding-left:1em;
	background-color:#EEEEE0;
}

.selected .menuitemhead {
	padding-right:0.5em;
	font-weight:bold;
}
#content
{
	text-align:justify;
}
#menu2 
{
	overflow:auto;
	font-size:11pt;
}
#bodycontents
{
	margin:0 auto 0 auto;
	max-width:90%;
	text-align:left;
}
BODY {
	background-color:#FFFFF0;
	font-family:sans;
	text-align:center;
}

.errore
{
	min-height:32px;
	border:2px solid red;
	padding:0.5em;
}
.messaggio
{
}
.notizia
{
	color:black;
}
H2
{
	font-size:11pt;
	background-color:#EEEEE0;
}
.notizia .titolo, H1
{
	font-size:12pt;
	font-weight:bold;
	background-color:#EEEEE0;
	min-width:90%;
}
.notizia .titolo
{
	border-bottom: 1px dotted black;
}
.notizia .data
{
	font-size:10pt;
	background-color:#EEEEE0;
}
.notizia .testo
{
	font-size:11pt;
}
#notizie .data
{
	font-size:10pt;
	color:#aaa;
}
.contatti LABEL
{
	text-align:right;
}
.contatti INPUT, .contatti TEXTAREA
{
	width:100%;
}
 .contatti TD
{
	max-width:600px;
}
.contatti TR
{
	vertical-align:top;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	/*overflow:hidden;*/		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
#content,
#menu,
#menu2 {
	float:left;
	position:relative;
	padding:1em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	/*overflow:hidden;*/
}
/* 3 Column settings */
.threecol {
	/*background:#eee;*/		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	/*background:#fff;*/		/* center column background colour */
}
.threecol .colleft {
	right:68%;			/* width of the middle column */
	/*background:#f4f4f4;*/		/* left column background colour */
}
.threecol #content {
	width:58%;			/* width of center column content (column width minus padding on either side) */
	left:108%;			/* 100% plus left padding of center column */
}
.threecol #menu {
	width:10%;			/* Width of left column content (column width minus padding on either side) */
	left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol #menu2 {
	width:18%;			/* Width of right column content (column width minus padding on either side) */
	left:102%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

