@charset "utf-8";
body {
	background-image: url(../img_ok/sfondo_m.jpg);
	/*background-repeat: no-repeat;
	background-color:#0000CC;*/
	font-family: Times New Roman, Times, serif;
	color: #DFDFDD;
}

a:link {
	color: #DFDFDD;
	text-decoration: none;
}
a:active {
	color: #DFDFDD;
	text-decoration: none;
}
a:visited {
	color: #DFDFDD;
	text-decoration: none;
}
a:hover {
	color:#FFFF00;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td{
height:0;
}


/*contenitore PRINCIPALE Home*/
#Wrapper {
	/*background-color:#000066;*/
	width:1100px;
	text-align: center;
	margin: auto;
	position: relative;
}


/*contenitore HEADER-LOGO Home*/
#Header_Page {
	width:1000px;
	height:40px;
	margin: auto;
}
#divSwan {
	position:absolute;
	left:54px;
	top:5px;
	width:31px;
	height:28px;
	z-index:1;
}
#divBlackSwan {
	position:absolute;
	left:94px;
	top:4px;
	width:175px;
	height:18px;
	z-index:2;
}
#divLondon {
	position:absolute;
	left:140px;
	top:27px;
	width:81px;
	height:13px;
	z-index:3;
}



/*contenitore MENU' Home*/
#Navigator_Page {
	width: 1000px;
	font-size:12px;
	margin: auto;
	text-align:left;
}
#Navigator_Page td{
	text-align:center;
	letter-spacing:0.2em;
}
#Navigator_Page #CurrentPage{
	color: #FFFF00;
	background-image: url(../images/Sfondo_Menu.png);
	background-repeat: repeat;
}


/*contenitore CENTRALE Home*/
#Content_Page {
	height:auto;
	width:1000px;
	margin: auto;
	font-size:11px;
	letter-spacing:0.1em;
}


/*contenitore FONDO Home*/
#Footer_Page {
	width: 1000px;
	font-size:11px;
	margin: auto;
	/*background-color: #660000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;*/
}
#Footer_Page td{
	text-align:center;
	vertical-align:middle;
}
#Footer_Page #Copyright {
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.2em;
}


/*tabella SEPARA HORIZZONTAL*/
#tab_separa_Hz td{
	background-image: url(../img_ok/Linea_H.png);
	height:20px;
}




