@charset "UTF-8";
/* CSS Document */

html,body {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ffffff;
	height: 100%;
}
.Div #container {
	width: 100%;
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	
	height:auto !important;
height:100%;
}


.Div #sopra {
	margin:0 auto;
	width:100%;
	background-image:url(img/pattern_header.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

.Div #header {
	margin:0 auto;
	width:800px;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Div #sotto {
	margin:0 auto;
	width:900px;
	background-image:url(img/ombra.jpg);
	background-repeat:no-repeat;
	height:auto !important;
	min-height:100%;
	
}

.Div #footer {
	width: 100%;
	margin: 0 auto; 
	background-color:#090909;
	height:45px;
	margin-top:-45px;
	overflow:auto;
	bottom:0;
	
	
}


.Div #footerDx{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background-image:url(img/footer2.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#cccccc;
	margin: 0 auto; 
	height:30px;
	padding-top:15px;
	width:800px;
	overflow:auto;


}

.Div #sx {
	float:left;
	margin:0 auto;
	width:400px;
	margin-top:30px;
	line-height:18px;

}
.Div #dx {
float:right;
	margin:0 auto;
	width:480px;
	margin-top:30px;
}


.Div #sxBio {
	float:left;
	margin:0 auto;
	width:350px;
	margin-top:85px;
	border-right:#999999 solid 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-right:20px;

}

.Div #testo{
	float:left;
	margin:0 auto;
	width:400px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size:13px;
	line-height:18px;
	margin-top:50px;
	padding-left:20px;
	
}


.Div #testoB{
	float:left;
	margin:0 auto 30px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color: #666666;
	font-size:13px;
	line-height:18px;
}

.Div #pulsanti {
margin-top:400px;
margin-left:300px;
	
	color:#999999;
}



.titolo{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
color:#6F652B;

}


.Div #spazioForm {
float:left;
	width:460px;
	height:160px;

}

.Div #slide {
float:left;
	width:460px;
	height:400px;

}




.mail {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
color:#666666;
	
}
.mail a {text-decoration: none}
.mail a:link {color : #666666; text-decoration: none}
.mail a:visited {color :#666666 ; text-decoration: none}
.mail a:hover {color : #333333; text-decoration: none}
.mail a:active {color : #666666; text-decoration: none}






.link{
font-family:Geneva,Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;

}



a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}



p{margin:10px 0;}
