@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Abel);

html {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body{
	margin: 0;
	padding: 0;
	background-image: url(../img/sfondosito.jpeg);
    }

#container {
	background-repeat: no-repeat;
	font-family: 'Abel', sans-serif;
	float: left;
	width: 1900px;
}
#box_menu {
	width: 280px;
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 60px;
	margin-left: 60px;
	color: #333;
	background-color: #FFF;
	height: 130px;
}
#menu1{
	padding-right: 2px;
	font-size: 36px;
	line-height: 1px;
	float: left;
	height: 80px;
	width: 150px;
}

#menu2{
	font-size: 16px;
	line-height: 1px;
	float: left;
	width: 100px;
	height: 80px;
	padding-right: 2px;
	padding-top: 20px;
}

#box_testo1{
	background-repeat: no-repeat;
	font-family: 'Abel', sans-serif;
	float: left;
	width: 460px;
	height: 900px;
}

#content1 {
	width: 280px;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	margin-left: 60px;
	color: #999;
	background-color: #000;
	float: left;
}

#content2 {
	width: 280px;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
	margin-left: 60px;
	color: #999;
	float: none;
	background-color: #FFF;
}

#content3 {
	width: 600px;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	margin-left: 60px;
	color: #999;
	background-color: #000;
	float: left;
	font-size: 14px;
}


#contatti {
	width: 280px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	margin-left: 60px;
	color: #999;
	float: none;
	background-color: #000;
}

#profilo {
	width: 400px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	color: #999;
	background-color: #000;
	float: left;
	font-size: 14px;
}

#footer{
	background-color: #000;
	position: fixed;
	bottom: 1px;
	color: #FFF;
	height: 30px;
	width: 100%;
	padding-top: 15px;
	font-family: 'Abel', sans-serif;
	padding-left: 60px;
	font-size: 12px;
}

.menu2 a {
	color: #000;
	text-decoration: none;
}
.menu2 a:hover{
	color: #666;
	text-decoration: none;
}

.titoli{
	font-size: 16px;
}

.profilo a {
	color: #999;
	text-decoration: none;
	font-size: 13px;
}
.profilo a:hover{
	color: #666;
	text-decoration: none;
	font-size: 13px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #CCC;
	text-decoration: none;
}
