/* Basic */

@import url("Tags.css");

Body {
	font: 13px arial;
	color: #333333;
	margin: 0 auto;
	padding: 0px;
	background-color:#d0bf8c;
}

#Container {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 325;  
	width: 962px;
}


#Header {
	position: relative;
	width: 962px;
	height: 151px;
	background-image:url(../Img/Header-index.gif);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

#Bandiere {
	position: absolute;
	width: 150px;
	height: 20px;
	right: -11px;
	top: 127px;
}

#Bandiere img {
    margin-left: 6px;
	border: 1px solid #777;
}


/* CONTENT */

#Content {
	position:relative;
	width: 962px;
	height:311px;			 
	border: 1px solid #fff;
	background-color:#d9cca3;
}


#Indirizzo {
	width: 663px;
	height:60px;			 
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color:#d9cca3;
	margin-left: 136px;
	padding: 10px;
	line-height:21px;
}

#Menu {
    position:absolute;
	width: 132px;
	padding-left: 10px;
	padding-top: 20px;
	line-height:19px;
	right: 0px;
	height:291px;		
	border-left: 1px solid #fff;
	top:0px;
}

#Footer {
    width: 683px;
	height:20px;			 
	margin-left: 136px;
	padding-top: 5px;
	color:#fff;
	font-size:11px;
}

#Footer a {
	color:#fff;
}

