﻿/* Layout CSS */
body {
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align: center;
font-family: Verdana, Arial,sans-serif; 
font-size: 12px;
background-color:  #e7c4a8;
background: url('../images/background.jpg') #e7c4a8 repeat fixed; 
}
    
#container {
margin: 0px auto;
width: 998px;
/*height:700px;
text-align: left;*/
background-color:#aeb1b9;
background:url(../images/bg_content.png) repeat-y;
}


#apri {
   	width:100%;
	margin-top:0px;
	height:13px;
	background: url('../images/open_sito.png') no-repeat top center ;	
}

#header {
	text-align:center;
	height: 350px;
	width: 972px;
	color: #000;
 	margin-left:13px;
 	margin-right:13px;
 	overflow:hidden;
}
#header2 {
 	position:relative;
 	z-index:1;
}

#top_nav{
position:relative;
z-index:20;
top:-60px;
	}

#principale {
text-align:left;
float: left;
width: 962px;
height: 100%;
margin-left:13px;
margin-right:13px;
padding: 10px 5px 0px 5px;
border:0px fuchsia solid;
background-color:#FFFFFF;
}
.descrizione {
text-align: justify;
float: left;
padding: 0px 5px 0px 5px;
border:0px fuchsia solid;
background-color:#FFFFFF;
width:364px;
color:black;
}
.descrizionehome {
text-align: justify;
float: left;
padding: 0px 5px 0px 5px;
border:0px fuchsia solid;
margin-bottom:10px;
background-color:#FFFFFF;
width:220px;
color:black;
line-height:18px;
}

.titolo {
text-align: left;
float: left;
padding: 0px 0px 5px 0px;
width:100%;
color: maroon;
}

#chiudi {
	margin-top:0px;
	height:13px;
	background: url('../images/close_sito.png') no-repeat top center;	
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*padding: 2px 10px;*/
	clear: both;
	/*background-color:#1F4F80;*/
}

#footer {
	background: url('../images/footeridealtetti.jpg') no-repeat top center;	
	text-align:center;
	clear: left;
	height:45px;
	font-size: x-small;
	padding-top:16px; 
	}
	
#footer a{
color:#172A72;
text-decoration:none;
	}



