/* CONTENITORI */

html {
	padding:0; 
	margin:0; 
	border:0; 
	background-color:#e4e9fb;
	}

body { 
	padding:0; 
	margin:0; 
	border:0;
	background-color:#e4e9fb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-align: center   /* centra in IE5.x */
	}

#content1 {
	margin: 0 auto;   /* centra negli altri browser */
    text-align: left;   /* ripristina l'allineamento */
	width:760px;
	}
	
#content {
	width:760px;  
	background-image:url(images/sf.jpg);
	background-repeat:repeat-y;
	float:left;
	}	

* html #content {
	width:760px;
	}

#head {
	height:215px; 
	background-image:url(images/sf.jpg);
	background-repeat:repeat-y;
	background-color:#000066;
	}

* html #head {
	top:0px; width:760px; height:215px;
	
	}




#foot {
	text-align:center; 
	height:98px; 
width:760px;
	background-image:url(images/foot.jpg); 
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	float:left;

	}
	
#foot1{
height:78px;
width:760px;
}
#foot2{
height:20;
width:745px;
\width:760px;
w\idth:745px;
color:#FFFFFF;
text-align:right;
padding-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

	
	#testata{
background-image:url(images/head.jpg);
background-repeat:no-repeat;
width:760px;
height:138px;
float:left;
margin:0px
}

#left{
background-image:url(images/menuleft.jpg);
background-repeat:no-repeat;
width:231px;
height:57px;
float:left;
margin:0px
}

#right{
background-image:url(images/menuright.jpg);
background-repeat:no-repeat;
width:529px;
height:38px;
float:left;
margin:0px;
padding-top:5px;
}

#titolo{
font-size:20px;
width:450px;
height:px;
float:left;
border-bottom: 1px solid #000096;
}

#centro{
	width:730px;
	text-align:left;
}
	#postit{
	width:183px;
	text-align:left;
	float:left;
	background-image:url(images/post.jpg);
	background-repeat:repeat-y;
	
}
	
	#post_up{
	width:183px;
	height:57px;
	background-image:url(images/post_up_eng.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#post{
	width:153px;
	\width:183px;
	w\idth:153px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	background-image:url(images/post.jpg);
	background-repeat:repeat-y;
}
#post_down{
	width:183px;
	height:17px;
	background-image:url(images/post_down.jpg);
	background-repeat:no-repeat;
	text-align:left;
	
}
#corpo{

padding-left:15px;
padding-right:15px;
	width:517px;
	\width:547px;
	w\idth:517px;
	float:left;
	text-align:left;
	font-size:11px;
	
	
}

#corpo table
{

	font-size:12px;
	
	
}

#corpotb{

	font-size:12px;
	
	
}

	
	
img {
   behavior: url("pngbehavior.htc");
}
#imgs {
margin: 0 5px;
padding: 2px;
border: 1px solid #000066;
max-width: 100%;
}

a {
	font-weight: bold;
}
a:link {
	color: #f1592a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f1592a;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #f1592a;}
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;

}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:14px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
text-decoration:none;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:200;
color:#FFFFFF;
background-color:#060047;

}
/* style the links hover */
.menu :hover{
color:#f1592a;
background:#060047;

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
background-color:#060047;
visibility:visible;
}
