body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #EEEEEE url(images/layout/bg_body.gif) repeat-x;
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	color:#666666;
}

a:link, a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover{
	color:#ff6600;
	text-decoration:underline;
}

#container {
	width:784px;
	border: 1px solid #BBBBBB;
	text-align:left;
	background: #ffffff;
	padding:1px;
	margin-top:18px;
}
#menuleft{
	width:140px;
	float:left;
	background: #EEEEEE;
	border-right:1px solid #BBBBBB;
	border-bottom:4px solid #33CC33;
}

#menuright{
	width:120px;
	float:right;
	background: #F2F2F2;
	border:1px solid #33CC33;
	margin-top:4px;
	border-top:4px solid #33CC33;
	border-bottom:4px solid #33CC33;
	text-align:center;
}

#contenuto{
	width:500px;
	float:left;
	background: #ffffff;
	margin-left:1px;
}

#header{
	width:100%;
	height:70px;
	background: #ffffff url(images/layout/bg_head.gif) repeat-x;
}
#header img{
	float:left;
	margin: 10px 0px 0px 8px;
}
#headtext{
	float:right;
	text-align:right;
	margin: 10px 6px 0px 8px;
	font-size:100%;
}

#banner{
	float:right;
	text-align:right;
}

#path{
	font-size:90%;
	padding: 2px 0px 0px 6px;
}

#headnav{
	background: #33CC33;
	text-align:center;
	height:18px;
	padding:3px 2px 1px 2px;
	color:#FFFFFF;
}

#headnav a:link, #headnav a:visited {
	font-size:110%;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
#headnav a:hover{
	font-size:110%;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
	background-color:#0A7ACD;
}

#menuleft p{
	padding:0px;
	margin:1px 0px 0px 0px;
}

#menuleft p a:link, #menuleft p a:visited {
	display:block;
	border-bottom:1px dotted #BBBBBB;
	background: #FFFFFF;
	font-weight:bold;
	color:#0A7ACD;
	padding: 5px 2px 6px 8px;
	border-left:8px solid #33CC33;
	text-decoration:none;
}
#menuleft p a:hover{
	color: #ff6600;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:1px dotted #0A7ACD;
	border-left:8px solid #0A7ACD;
	background: #F2F2F2;
}

.phototable td{
	padding:2px 1px 4px 2px;
	text-align:center;
	border-bottom:2px solid #33CC33;
}

.phototable img{
	border: 1px solid #33CC33;
	background:#ffffff;
	padding:1px;
}

#footer{
	clear:both;
	background: #33CC33;
	text-align:center;
	font-size:90%;
	height:14px;
	padding:3px 2px 3px 2px;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}
#footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}

