* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFFFFF;
font-family: Arial;
font-size: 12px;
line-height: 18px;
color: #000000;
}

img { border: none; }
a { color: #000000;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 5px auto 0 auto;
width: 800px;
}

#header { 
padding-bottom:1px;
}







#amenu {
height: 30px;
line-height: 30px;
background: #000000 url(images/amenu.jpg) no-repeat;
}
#amenu2 {
height: 30px;
line-height: 30px;
background: #000000 url(images/amenu2.jpg) no-repeat;
}
#bmenu {
height: 30px;
line-height: 30px;
background: #000000 url(images/bmenu.jpg) no-repeat;
}
#bmenu2 {
height: 30px;
line-height: 30px;
background: #000000 url(images/bmenu2.jpg) no-repeat;
}
#amenu ul {
padding-left: 35px;
list-style-type: none;
}
#amenu ul li {
display: block;
float: left;
width: 120px;
}
#amenu ul li a {
color: #000c70;
text-decoration: none;
font-weight: 600;
}
#amenu ul li a:hover {
color: #FF0000;
text-decoration: underline;
}
#bmenu ul {
padding-left: 35px;
list-style-type: none;
}
#bmenu ul li {
display: block;
float: left;
width: 120px;
}
#bmenu ul li a {
color: #000c70;
text-decoration: none;
font-weight: 600;
}
#bmenu ul li a:hover {
color: #FF0000;
text-decoration: underline;
}



#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 0px 25px;
}
.centro {
width: 720px;
margin-left: auto;
margin-right: auto;
text-align: justify;
}


.centroart {
width: 350px;
float: left;
text-align: justify;
}
.centroart2 {
width: 350px;
float: right;
text-align: justify;
}
.bcentroart {
width: 242px;
float: left;
text-align: justify;
}
.bcentroart2 {
width: 230px;
float: left;
text-align: justify;
}
.bcentroart3 {
width: 230px;
float: right;
text-align: justify;
}
.leftart {
width: 35px;
float: left;
text-align: justify;
}

.left {
width: 200px;
float: left;
text-align: justify;
}
.leftbest {
width: 180px;
float: left;
text-align: justify;
}
.leftbest2 {
width: 240px;
float: left;
text-align: justify;
}
.right {
width: 518px;
float: right;
text-align: justify;
}
.divisotre {
width: 250px;
float: left;
text-align: justify;
}




#top {
background: #FFFFFF url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#separatore {
height: 35px;
line-height: 30px;
width: 750px;
background: #FFFFFF url(images/separe.jpg) no-repeat;
}
#separatorenews {
height: 10px;
line-height: 30px;
width: 500px;
background: #FFFFFF url(images/separenews.jpg) no-repeat;
}
#bottom {
background: #FFFFFF url(images/bottom.jpg) no-repeat;
padding: 15px 0;
}
#footer {
text-align: center;
color: #000000;
font-size: 10px;
padding: 0 0 10px 0;
}





#nav {
	padding: 0 160px;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
#nav ul {
	padding: 0 0px;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}
#nav a {
	display: block;
	width: 10em;
	font-weight: 600;
	color: #000c70;
	padding: 0 0px;
	text-decoration: none;
}
#nav b {
	color: #000066;
}
#nav li {
	
padding: 0 0px;
	float: left;
	width: 150px;
}
#nav li ul {
	padding: 0 0px;
	position: absolute;
	width: 150px;
	left: -999em;
	background: #FFFFFF;
	filter:alpha(opacity=75); 
   	 opacity: 0.75;
    	 -moz-opacity:0.75;
}
#nav li:hover ul {
	color: #FF0000;
	padding: 0 0px;
	left: auto;
}
#nav a:hover {
color: #FF0000;
text-decoration: underline;
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
("LI").setBackground(new Color(255,255,255));
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	text-decoration: underline;
}