@charset "utf-8";
/* CSS Document */
* {font-family: Georgia, "Times New Roman", Times, serif;}
html{
}
body {
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
	color:#ff0101;
}

p, ul, li{
color: #ff0101;
margin:10px;
font-size:14px;
}	
h1{
	color: #ff0101;
	font-size:14px;
	margin:0px;
	margin-top:5px;
}
a:link {
    color: #fff;
	font-size:14px;
	text-decoration: none;
}
a:visited {
    color: #fff;
	font-size:14px;
	text-decoration: none;
}
a:hover {
    color: #fff;
	font-size:14px;
	text-decoration: underline;
}
a:active {
    color: #000000;
	font-size:14px;
	text-decoration: none;
}
a img { border : 0px; }

#centrato {
width:950px;
height:auto;
margin:auto;
text-align: left; /* for IE5.x/Win */
background-image:url(img/topclass.jpg);
}
#logo {
color:#000000;
border-top: 0px;
width:950px;
height:80px;
text-align:center;
}
#mezzo{
	width:950px;
	height:40px;
	text-align:center;
}
#mezzo div {
	width:158px;
	height:40px;
	float:left;
}
#mezzo div p{
	color:#000;
	font-size:24px;
	text-align:center;
}
#basso{
	width:950px;
	height:auto;
	text-align:left;
	clear:left;
}
#basso1{
	width:950px;
	height:auto;
	text-align:center;
	clear:left;
}
#basso1 div {
width:90px;
height:20px;
float:left;
border:1px solid #CCC;
margin-left:180px;
margin-bottom:5px;
}
#basso2{
	width:950px;
	height:auto;
	text-align:left;
	clear:left;
}

#fotobassa{
	width:950px;
	height:auto;
	text-align:center;
	clear:left;
}
.barra-piccola {
width:930px;
height:5px;
background:#F00;
border:1px solid #000;
clear:left;
}
.barra-bianca {
width:930px;
height:5px;
background:#F00;
border:1px solid #fff;
clear:left;
}
