@charset "utf-8";

*{
	font-family: 'Carme', sans-serif;
}
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-image: url(immagini/fondo.jpg);
	margin-top: 30px;
	;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
}

#header .link{
	padding-top: 80px;
}


.link{
	float:left;
	padding-right: 20px;
	font-family: Tahoma;
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	height: 54px;
	letter-spacing: 3px;
}
.link2{
	float:right;
}
.logo{
float:left;
}

a:link, a:active, a:visited {
	color: #bcbdbf;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 4px;
}
a:hover{
	color: #ee3425;
	text-decoration: overline;
}	

.p2{
	padding: 60px 50px 50px 70px;
	font-size: 14px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 920px;
	height: 500px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:920px;
	height:500px;
	overflow:hidden;
	float:left;
	padding:10px 10px 10px 10px;
	text-align: justify;
		}
	div.scroller div.content {
	width: 5000px;
	height: 500px;
		}
div.content p{
	padding: 0px 30px 0px 30px;
	font-size: 14px; 
}

div.content h1{
	padding: 0px 0px 0px 30px;
	color:#ADADAD;
	font-size: 15px;
	font-weight: bold;
}

#nav {
	text-align:justify;
	margin-left: -42px;
}
#nav * {display:inline}
#nav a {display:inline-block}

#nav .stretcher {
display:inline-block;
position:relative;
width: 100%; 
height: 0
}

 in conditional comments for ie6 
* html #nav .stretcher {overflow:hidden;}

.clear{
clear:both;
}
