/* ============================= Generali ==================================== */

body {	
    margin:20px; 
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-weight:100;	
    font-size: 10pt ;
	padding:0;
	text-align:center;
	
}

#contenuto {
	width:800px;
    height:auto;
	margin: auto;
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #990000;
	border-right: solid 1px #bbb;
}

#logo {
	position: relative;
	top:2px;
	left:0px;
	display:block;
	padding: 0px;
	border: 0;
	background: url(/museo/img_museo/logo_museo_new.gif)  no-repeat center;
	height: 90px;
	width: 800px;	
}		

#bodyblock {
 position:relative;
 width:800px;
 padding:0;
}
 
#menu {
	position: relative;
	left: 10px;
	margin-top: 30px;
    text-align:left; 
	color: #293B65;
	
}	

#main {
    
	position: relative;
	/*left: 250px;*/
	top: -250px;
    text-align:left;
	width:550px;
	color: #293B65;
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 12pt ;
	margin-right: 20px;
	
}

#footer {
	position: relative;
	text-align: center;
	width:800px;
	color: #293B65;
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 10pt ;
	font-style:italic;
	text-align:center;
    padding: 0 0 20px 0;
}

#menu ul { margin:0; padding:0; list-style-type: none; font-weight:800}
#menu ul li{ margin-left: 10px; padding:0; list-style-type: none;font-size:11pt; font-weight:800 }
#menu a { text-decoration:none;  color:#990000}

h1{
color: #990000;
font-weight:400;
font-size:13pt;
}

p ul { margin: 2px 0 0 5px; font-size: 12pt;}
a {text-decoration:none; color:#990000;}
a:hover { color:#3399FF;}
a:visited { color:#990000; }

