body {
font-family: verdana;
font-size: 80%;
color: #FFF;
background: #000;
margin:0;
padding:0;
}

#container {
background: #F00;
width: 800px;
border-left: 8px solid #F00; 
border-right: 8px solid #F00; 
margin: 0 auto;
}

#header {
height:200px;
background:url(Immagini/index-gruppo-incredibili.jpg) no-repeat;
position:relative;
}

#menu {
height: 13px;
color:#FFF;
text-align: left;
background: #F00;
margin-top: 6px;
}

#menu a:link {
color: #FFF;
text-decoration:none;
font-weight:bold;
}

#menu a:visited {
	color:#FFF;
	font-weight:bold;
}	

#menu ul, li {
display:inline;
list-style-type: none;
}

#main {
}

#center {
float:left;
width:560px;
text-align: justify;
padding-bottom:50px;
margin:0;
padding:0;
}

#up {
padding-bottom:10px;
margin: 12px;
}

#down {
padding-bottom:20px;
margin: 12px;
}

#right {
float:right;
width:200px;
background: #000;
padding-bottom:50px;
margin:10px;
padding:0;
}

#right h2 {
color:#FFF;
}

#hight {
color: #FFF;
padding-bottom:12px;
margin: 12px;
}

#hight a:visited {
color: #FFF;
text-decoration: underline;
font-weight: bold;
}

#hight a:link {
color: #FFF;
text-decoration: underline;
font-weight: bold;
}

#hight img {
border:3px solid #FFF;
margin:3px;  
}

#low {
color: #FFF;
padding-bottom:12px;
margin: 12px;
}

#low a:visited {
color: black;
text-decoration: underline;
font-weight: bold;
}

#low a:link {
color: black;
text-decoration: underline;
font-weight: bold;
}

#low img {
border:3px solid #FFF;
margin:3px;  
}

#footer {
clear: both;
color: #000;
width: 760px;
height: 80px;
text-align: center;
padding: 20px;
}

h1 {
font: 2.8em "Verdana";
margin:0;
}

.testata {
font-size: 70%;
}

h2 {
font: 2em "Verdana";
color: #000;
margin:0;
}

h3 {
font: 1.6em Verdana, Geneva, sans-serif;
color: #000;
margin:0;
}

p {
margin:0;
}

a:link {
text-decoration:none;
color: #FFF;
}

a:visited {
text-decoration:none;
color: #FFF;
}

.float_left {
float:left;
margin:10px;
}

.float_right {
float:right;
margin:10px;
}

img {
border:3px solid #000;
margin:3px;    
    }  

#lightbox{
	background-color: #F00;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");