body {
	background-color: #cccccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	color:#333333;
	text-align: center;
}



a {
	text-decoration: none;
	color: #000000;
}


.title {
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: underline;
}




.header {
	font-size: 18px;
  color: #999999;
  font-weight: bold;
}

.nav {
	font-size: 12px;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: none;

}

.navLink {
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: none;
	background-color: #999999;
}

.sidebar {
	font-size: 12px;
	line-height: 14px;
	background-color: #999999;
}

.footer {
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	color: #999999;
	text-decoration: none;

}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
}

a:hover {
	text-decoration: underline;

}
.testo{
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
.foto{
width: 100%;
height: auto;
	
}

#container{
width: 850px;
height: auto;
margin: 0 auto;
position: relative;
display: block;
background-color: #ffffcc;
border-bottom: solid 10px #999999;
border-top: solid 10px #999999;


}


#header{
width: 100%;
height: 214px;
margin: 0;
position: relative;
display: block;
border: solid 0px #000000;
min-width: 800px;
	
}
#lang{
width: 100%;
height: 21px;
position: relative;
display: block;
background-color: #999999;
border: solid 0px #000000;
	
}

#logo{
width: 30%;
height: 193px;
margin: 0 auto;
position: relative;
display: block;
float: left;
text-align: right; 
border: solid 0px #000000;
	
}
#title{
width: 65%;
height: 193px;
margin: 0;
position: relative;
display: block;
float: right;
text-align: left;
border: solid 0px #000000;
	
}
#menu{
width: 100%;
height: 20px;
margin: 0;
position: relative;
display: block;
background-color: #999999;
border-top: solid 3px #999999;
border-bottom: solid 3px #999999;
text-align: center;
	}
#menu ul{
width: 770px;
height: auto;
margin: 0 auto;
position: relative;
display: block;
border: solid 0px #000000;
text-align: left;

	}
	#menu li{
width: 110px;
height: auto;
margin: 0;
position: relative;
display: block;
float: left;
border: solid 0px #000000;

	}

#maincontent{
width: 100%;
margin: 0 auto;
position: relative;
display: block;
border: solid 0px #000000;
min-width: 850px;
background-color: #ffffcc;
	}
	
	
#footer{
width: 100%;
margin: 0 auto;
position: relative;
display: block;
text-align: center;
background-color: #ffffcc;
min-width: 850px;

	
}

.clearfloat{

clear: both;
	height: 1px;
	width: 100%;
}