body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}

a
{
color: #000000;
font-size: 10pt;
text-decoration: underline;
}

img
{
float: left;
margin: 0.0em 0.2em 0.1em 0.2em;
}

img.right
{
float: right;
}



#contenitore {
	width: 740px;
	margin: 0px auto;
background-color: #ffffff;}

#header
 
{
	color: #FFFFFF;
	width: 740px;
	height: 90px;
	background-color: #0099cc;
}


#right {
	float: right;
	width: 272px;
	height: 432px;
	margin-top: 5px;
	background-color: #0099cc;
	color: #000000;
	padding: 4px;
}

#menu {
	width: 428px;
	background-color:  #cccc99;
	padding: 13px;
	border-bottom: 5px solid #FFFFFF;
	float: left;
}

#menu a:link, #menu a:visited,  
{
	
	padding: 5px;
	text-decoration: none;
	color: #000000;
}

#menu a.active {
	background: #ffcc00;
}

#menu a:hover {
	padding: 13px;
	background: #0099cc;
	text-decoration: none;
	color: #FFFFFF;
}
#menu2 {
	width: 245px;
	background-color:  #cccc99;
	padding: 13px;
	
	float: left;
}
#menu2 a:link, #menu2 a:visited,  {

	padding: 5px;
	text-decoration: none;
	color: #000000;
}



#menu2 a:hover {
	padding: 10px;
	background: #0099cc;
	text-decoration: none;
	color: #FFFFFF;
}
#menu2 a.active {
	background: #ffcc00;
}
#left {
	width: 453px;
	float: left;
	height: 440px;
	margin-top: 5px;
	background-color: #0099cc;
	
}

p {margin-right: 3%;
margin-left: 3%;
text-align: justify;
}

.box
{margin: 1px;
position: relative;
padding-left: 0.2em;
border: solid 1px;
color: #000000;}

h2 {
	padding: 4px;
	margin: 4px;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	}

#footer {
	background: #ffffff ;
	width: 680px;
	color:#000000;
	font-size: 90%;
	border-top: 5px solid #FFFFFF;
  position: relative;
  height: 1.5em;
  clear: both;
  padding-top: 0.7em;
  
  font-size: 0.8em;}
  
#footer .left
{
position: absolute;
left: 2.0em;
bottom: 0.5em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 0.5em;
}


