@import url(../css/home.css);
@import url(../css/pagine.css);

body {
	background-color: #6E87A3;
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

a:link, a:hover, a:active, a:visited{
	color:#030368;
	text-decoration: none;
}

a img {
	border: none;
}
.hidden {
	position: absolute;
	left: -5000px;
	width: .1em;
	font-size: .1em;
}
.separator {
	clear: both;
	margin: 1em;
}

#header {
	background: url(../images/header_bg.jpg) repeat-x top center;
	height: 81px;
}

#logo {
	width:397px;
	height:81px;
	float: left;
}
#logo h1 {
	margin: 0;
	padding: 0;
}

#header-center{
	padding-top: 60px;
	text-align: center;
	font-size: .8em;
}

#header-center span {
	background: #ffffff;
}

#logoright {
	float: right;
}
#leftcol {
	margin-right: 2px;
	float:left;
	width: 157px;
	padding-top: 140px;
	background: #6E87A3 url(../images/leftcol_bg.jpg) no-repeat top center;
}
#leftcol a:link, #leftcol a:visited {
	color: #ffffff;
	text-decoration: none;
	background: #6E87A3;

}
#leftcol a:active, #leftcol a:hover {
	color: #cccccc;
	text-decoration: none;
	background: #6E87A3;

}
#leftcol p {
	text-align: center;
}
.elenco {
	font-size: .9em;
	list-style-image: url(../Immagini/link.gif);
}
.elenco2 {
	list-style-image: url(../Immagini/chiusa.gif);	
}
#topmenu {
	height:32px;
	margin-top:6px;
	background: #ffffff url(../images/sfondo_menu_oriz.jpg) repeat-x bottom;	
}
#topmenu ul {
	width: 750px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}
#topmenu ul li {
	float: left;
}
#topmenu ul li a{
	font-weight: bold;
	margin: 2px;
	font-size: .7em;
	text-align: center;
	padding: 2px;
	display: block;
	width: 109px;
	height: 22px;
	background: url(../images/button2.gif) no-repeat;
}
#topmenu ul li a:link, #topmenu ul li a:visited {
	color:#030368;
}
#topmenu ul li a:active, #topmenu ul li a:hover {
	color:#8596AA;
}

#main {
	margin-left: 3px;
	clear: right;
	height: 450px;
	overflow: auto;
}


#footer {
	background-image: url(../images/bottom3.jpg);
	background-repeat: repeat-x;
	height: 22px;
	font-size: .8em;
	color: #000066;	
	text-align: center;
	margin-top: .8em;
}
#footer p {
	margin: 3px;
	
	
}
#footer p a{
	text-decoration: underline;
	
}
#footer span{
	text-align: right;
	
}