@charset "UTF-8";

body {
	background-color: #000;
	margin-top: 0px;
	color: #ccc;
}

.main {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;

}

.menuselected {
	background-color:#903
}

.menu2 {
		list-style:none;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 7px;
	    height: 20px;
		
	}
.menu2 li {
	
	float:left;
	height:20px;
	line-height:20px;
	width: 10%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	
}

.menu2 ul {
	padding-top: 2px;
	padding-bottom: 2px;
	
	
}		

.menu2 li a{display:block;}
.menu2 li a:hover{background:#C03;}
	
	
.logo {
	width: 100%;
	}
	
.footer {
	margin-top:2px;
	float:left;
	
}

.footer2 {
	text-align: center;
	color: #222;
	clear:both;
	height: 5px;
	padding-top: 10px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
}

.crediti {
	color: #666;
	margin-top:2px;
	float:right;
	

}

.crediti a:hover {
	color:#C03;
}
.crediti a {
	color:#666;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
}

a:hover{	color:#C03;}
.testo{
	margin-top: 10px;
	width:600px;
	height: 180px;
	text-align: left;
	float:right;
}
.testoimg{
	float:left;
	margin-top: 10px;
	width: 180px;
	height: 180px;
}