@charset "utf-8";

body, #container, #header{
	margin : 0 auto;
}

body {
	background-color : #aac3f5;
	/*background-image : url(../images/RossiniCavabg.jpg);*/
	background-repeat : repeat;
	font-size : 10px;
}

#container{
	height : auto; 
	width : 1030px;
	background-color : #fff;
	border : 3px solid #000;
}


/*   HEADER   */

#header{
	height : 215px;
	width : 100%;
	background-color : #000;
}


#intest{
	height : 200px;
	width : 100%;
	background-color : #000;
	background-image : url(../images/Rossinicavecalcestruzziscaviheader.jpg);
}

#logo {
	margin-top : 5px;
	margin-left : 5px;
}



/*   MIDDLE ZONE   */

#middleZone{
	height : auto; 
	width : 100%;
	background-color : #fff;
}


/*   NAVIGATION BAR   */


#navigationBar {
	height : 100%;
	width : 21.65%;
	background-color : #ebf6f6;
	float : left;
}


#navigationMenu{
	height : 360px;
	width : 100%;	
	background-color : #ddd;
}


/*   THE MENU   */

a.block {
	display: block;
	width : 222px;
	height : 40px;
	background-color : #313891;
	font-family : "Times New Roman", serif;
	font-size : 2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
	line-height : 45px;
	text-decoration : none;
	color : #fff;
	}
	
 a.block:hover {
 	background-color : #ddd;
	color : #000;
 }
 
 
 

/*  THE MAIN   */

#main {
	height : 100%;
	width : 78%;
	background-color : #fff;
	border-left : 2px solid #000;
	float : left;
}



/*   FOOTER    */

#footer {
	clear : both;
	height : 80px;
	width : 100%;
	background-color : #313891;
	border-top : 2px solid #000;
	padding-top : 10px;
}


#footInf {
	width : 95%;
	height : 100%;
	float : right;
}


#footInf span{
	font-family : "Times New Roman", serif;
	font-size : 1.4em;
	font-weight : bold;
	text-align : left;
	color : #fff;
}