/*
IllusionRoom 2003 Web Pubblishing & multimedia
Template 1024x768 optimizated : Ie7.0 - Firefox - Chrome compatible
More info at www.illusionroom.net
Last Rev. 01/03/2009 - CSS W3C Validate

-------------------------------------------------------------------------
GENERAL SETTING
-------------------------------------------------------------------------
*/

html,body {
	background: #000000;
	background-image: url(../img/background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
		
/* Testo general */	

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:100; 
	color:#990000;
}

/* Links customize */

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:100; 
	color:#393E40;
	text-decoration:none;
	}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:100;
	color:#FFFFFF;
	text-decoration:none;
	}
	
h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:200;
	text-align:left;
	color:#660000;

}
	
/*
-------------------------------------------------------------------------
STYLE NAVIGAZIONE SITO
-------------------------------------------------------------------------
*/

div#Wrapper {
	background: #FFFFCC;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0;
	width: 900px;
	height: 100%;
}

div#SubContainer {
	width: 794px;
	height: 100%;
	margin-top: 0px;
	padding: 0px;
	border: 0;
}

div#Top {
	display: block;
	width: 794px;
	height: 46px;	
}

div#Header {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/header.jpg);
	width: 794px;
	height: 200px;
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

/*
-------------------------------------------------------------------------
STYLE FOOTER
-------------------------------------------------------------------------
*/

div#Footer {
	display: block;
	position:relative;
	
	width: 794px;
	height: 68px;	
	border: 0;
	margin: 0;
	padding: 0;	
}

#Footer a {
	font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:100; 
	color:#FFCC88;
	text-decoration:none;
	}
#Footer a:hover {
	font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:100;
	color:#FFFFFF;
	text-decoration:none;
	}

#infooter_sn {
	display: block;
	margin: 0px;
	padding: 2px;
	border: 0;
	position:relative;
	top: 11px;
	left: 0px;
	width: 590px;
	height: 50px;
	float: left;
	
	font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFCC66;
	font-weight:500;
	text-align:left;
	}

#infooter_dx {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
	position: relative;
	top: 11px;
	left: 0px;
	width: 180px;
	height: 60px;
	float: right;
	
	font-family:"Tw Cen MT", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFCC66;
	font-weight:200;
	text-align:center;
	}
	
/*
-------------------------------------------------------------------------
STYLE ESPOSIZIONI
-------------------------------------------------------------------------
*/	
	
div#expoCont {
	display: block;
	width: 540px;
	margin: 0px;
	padding: 0px;
	border: 0;
	}
	
div#expoA {
	display: block;
	margin-left:10px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#660000;
	font-weight:200;
	text-align:left;
	}
	
div#expoB {
	display: block;
	margin-left:20px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#330000;
	font-weight:200;
	text-align:left;
	}
	
div#expoC {
	display: block;
	margin-left:20px;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#330000;
	font-weight:200;
	text-align:left;
	}