﻿*
{
	margin:0;
	padding:0;
}

body 
{
	font-family:Verdana;
	font-size:10pt;
	color:Black;
	background-image:url('images/layout/sfondo.jpg');
	background-repeat:repeat-x;
	background-color:#8c8c8c;
}

h1
{
	color:#c40202;
	text-transform:uppercase;
	font-size:14pt;
	margin-bottom:10px;	
}

#container
{
	margin:30px auto 0px auto;
	width:960px;
	height:600px;	
}

#title
{
	text-align:center;
	height:100px;	
}

#menu
{
	text-align:center;	
	clear:both;
}
#menu #menuLeft
{
	width:57px;
	height:24px;
	float:left;
	clear:left;
	background-image:url('images/layout/alasxsup.png');
	background-repeat:no-repeat;
}
#menu #menuCenter
{
	width:846px;
	height:24px;
	float:left;
	background-image:url('images/layout/finestrasup.png');
	background-repeat:repeat-x;
}
#menu #menuRight
{
	width:57px;
	height:24px;
	float:right;
	clear:right;
	background-image:url('images/layout/aladxsup.png');
	background-repeat:no-repeat;
}

#menu ul
{
	list-style-type:none;
}

#menu ul li
{
	float:left;
	width:104px;
	height:26px;
	margin-right:10px;
	padding-top:5px;
}

#menu ul li a
{
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:Black;	
}
#menu ul li a:hover
{
	color:white	;
}


#menu #imgMenuVoice1
{
	background-image:url('images/layout/azzurro.png');
	background-repeat:no-repeat;
}
#menu #imgMenuVoice2
{
	background-image:url('images/layout/verde.png');
	background-repeat:no-repeat;
}
#menu #imgMenuVoice3
{
	background-image:url('images/layout/giallo.png');
	background-repeat:no-repeat;
}
#menu #imgMenuVoice4
{
	background-image:url('images/layout/rosso.png');
	background-repeat:no-repeat;
}
#menu #imgMenuVoice5
{
	background-image:url('images/layout/viola.png');
	background-repeat:no-repeat;
}
#content
{
	clear:both;
	height:300px;
}
#content a
{
	color:#c40202;
	text-decoration:none;
}

#content #contentLeft
{
	width:57px;	
	height:360px;
	float:left;
	clear:left;
	background-image:url('images/layout/alasxinf.png');
	background-repeat:no-repeat;
}
#content #contentCenter
{
	width:826px;
	height:360px;
	float:left;
	padding:40px 10px 0px 10px;
	background-image:url('images/layout/finestrainf.jpg');
	background-repeat:repeat-x;
}
#content #contentCenter p
{
	font-size:9pt;
	line-height:15pt;	
	padding-left: 15px;
	width:700px;
}
#content #contentRight
{
	width:57px;	
	height:360px;
	float:right;
	clear:right;
	background-image:url('images/layout/aladxinf.png');
	background-repeat:no-repeat;
}

#image
{
	width:347px;
	height:362px;
	margin:0px auto 0px auto;
	position:absolute;
	top:0px;
	left:0px;	
	background-image:url('images/layout/palazzi.png');
	background-repeat:no-repeat;
	display:block;
}

#footer
{
	clear:both;
	background-image:url('images/layout/macchia.png');
	background-repeat:no-repeat;
	background-position:center;
	height:247px;
	margin-top:-95px;
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
}
#footer #cori
{
	color:#DDDDDD;	
}
#footer #cori a
{
	color:#DDDDDD;	
}

