/*@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);*/
@import url(http://fonts.googleapis.com/css?family=Candal|Baumans|Raleway:100);

body{
	font-family: Baumans;/*Permanent Marker;*/
	font-size: 1em;
	}

#contenitore{
	width: 860px;
	margin: 0px auto;
	}
#header{
/*	height: 40px;*/
/*	border: 1px solid red;*/
	}
#header a{
	text-transform: lowercase;
	font-size: 1.5em;
/*	margin-right: 20px;*/
	cursor: pointer;
/*	height: 37px;*/
	
	}
#header a:hover{
	background-color: #ffd700;
	}

#menu{
/*	border: 1px solid green;*/
	text-transform: lowercase;
/*	height: 40px;*/
	}
#menu ul{
	padding-left: 0;
}

#menu ul li{
	font-size: 1em;
	float: left;
	list-style: none outside none;
	text-align: center;
	margin-right: 19px;
	cursor: pointer;
	height: 37px;
	
	}
	
#menu ul li a{
	padding: 2px 4px;
	}

#menu ul li a.sel,
#menu ul li a:hover{
	background-color: #ffd700;
	}

#pagine{
	clear: left;
	width: 880px;
	height: 630px;
	}

div.pagina{
	display: none;
	width: 860px;
	float: left;
	list-style: none outside none;
	
	position: absolute;
	top: 84px;
	}

.pagina img{
	float: left;

	height: 200px;
	width: 200px;

	padding: 0 10px 10px 0;
	border-width: 0px;
}

#pagina1{
	display: block;
	}
#pagina3{
	padding-left: 30px;
	}
	
div#coda{
	clear: left;

	width: 860px;

	font-size: .8em;
	color: #999;
	padding-top: 20px;
	text-align: center;
	}


span.prefisso{
	color: #999;
	font-size: 0.8em;
	}	
div.clearer{
	clear: left;
	}
	
h2.orange, h3.orange{
	color: #ff7f50;
	}
h2.green, h3.green{
	color: #359ace;
	}
	
#pagina3 a{
	text-decoration: none;
	color: #000;
	}
	
#copyright{
	color: #666666;
    font-size: 0.8em;
    text-align: center;
	}
	
#copyright a{
	color: #666;
	
	}