html,body{
	background-color: #1E7FA8;
	margin: 0 auto;
	font-family: "Trebuchet MS", verdana;
}

#bg{
	background-image: url(Images/bg_top.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 682px;
	display: block;
}

#bg_intro{
	background-image: url(Images/bg_intro.jpg);
	width: 1062px;
	height: 662px;
	display: block;
	color: White;
	font-family: Arial Narrow;
	font-size: 15px;
}

#copyright{
	color: Silver;
	font-size: 11px;
}

#container{
	background-color: Black;
	width: 855px;
	min-height: 680px;
}

#top{
	position: relative;
	width: 825px;
	height: 100px;
	text-align: left;
}

#logo{
	float: left;
	width: 170px;
}

#menu_container{
	float: left;
	width: 655px;
}

#menu{
	position: relative;
	left:10px;
	top:16px;
	width: 639px;	
	height: 54px;
	background-image: url(Images/menu_bg.png);
	color: White;
	font-size: 13px;
	font-family: Arial Narrow;
	text-align: center;	
}

#amministrazione{
	position: relative;
	left:10px;
	top:8px;
	width: 631px;	
	height: 20px;
	color: Gray;
	font-size: 8px;
	font-family: Arial;
	text-align: right;	
}

.login_info{
	width: 60px;
	height: 11px;
	border: 1px solid Gray;
	background-color: Black;
	color: Gray;
	font-size: 9px;
	font-family: Arial;
}

#news{
	font-size: 11px;
	color:white;
	width: 800px;
	height: 15px;
	overflow: hidden;
	position: relative;
}

#scroll{
	font-size: 11px;
	color:white;
	position:relative;
	text-align: left;
	width: auto;
}

#image{
	width: 825px;
	height: 330px;
}

.submenu_3{
	position: absolute;
	z-index: 10;
	top:85px;
	left: 339px;
	background-image: url(Images/submenu3.png);
	color: White;
	width: 140px;
	height: 209px;
	visibility: hidden;
	font-size: 13px;
	font-family: Arial Narrow;
	text-align: center;
}

.submenu_5{
	position: absolute;
	z-index: 10;
	top:85px;
	left: 502px;
	background-image: url(Images/submenu5.png);
	color: White;
	width: 140px;
	height: 138px;
	visibility: hidden;
	font-size: 13px;
	font-family: Arial Narrow;
	text-align: center;
}

.submenu_6{
	position: absolute;
	z-index: 10;
	top:85px;
	left: 602px;
	background-image: url(Images/submenu5.png);
	color: White;
	width: 140px;
	height: 138px;
	visibility: hidden;
	font-size: 13px;
	font-family: Arial Narrow;
	text-align: center;
}

.submenu_7{
	position: absolute;
	z-index: 10;
	top:85px;
	left: 682px;
	background-image: url(Images/submenu5.png);
	color: White;
	width: 140px;
	height: 138px;
	visibility: hidden;
	font-size: 13px;
	font-family: Arial Narrow;
	text-align: center;
}


a:link.login{
	color: Gray;
	text-decoration: none;
}

a:visited.login{
	color: Gray;
	text-decoration: none;
}

a:hover.login{
	color: #24A2D4;
	text-decoration: none;	
}

a:link{
	color: White;
}

a:visited{
	color: White;
}

a:hover{
	color: #24A2D4;
}

a:link.menu_voce{
	color: White;
	text-decoration: none;
}

a:visited.menu_voce{
	color: White;
	text-decoration: none;
}

a:hover.menu_voce{
	color: #24A2D4;
	text-decoration: none;	
}

#page{
	position: relative;
	color: White;
	font-size: 12px;
	text-align: justify;
	min-height: 270px;
}

#bottom{
	color: Gray;
	font-size: 10px;
}

p.titolo{
	font-size: 22px;	
}

p.sottotitolo{
	font-size: 16px;
}

p.testo{
	font-size: 14px;
}

#file_input{
	
}

#popupdiv {
	width: 700px;
	height: 180px;
	background-color: #ccc;
	border: 1px solid #000;
        position:absolute;
	margin-top:95px;
	margin-left:75px;
        filter: alpha(opacity=70); 
        -moz-opacity:0.7; 
        opacity:0.7;
}


