/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#main {
    width:960px;
    margin:0 auto;
    position:relative;
}
#container {
    width:960px;
    float:left;
}
#content {
    margin:0;
    width:960px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#secondary {
	display: none;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
	display: none;

}
#subsidiary .aside {
    float:left;
    margin:0 20px 0 0;
	display: none;

}
#subsidiary #third {
    margin:0 auto;
	display: none;
}

.fixed {
	width:960px; 
	margin:0 auto;
}
#forminfo{
	background-image:url(../../immagini/sfondo_contatti.jpg);
	background-repeat:no-repeat;
}

