body {
	font-size:15px;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#999;
	background-color: #303030; /* COLORE DI SFONDO f9f1eb*/
	}
	
	

#container {
	margin:0 auto;
	width:1280px;
	text-align:justify;
	}
	
.target {
	position:relative;
	margin:0 auto;
	background-color: #FFF; 
	z-index:2;
	color: #000;
	padding:40px;
	}
	
.menu {
	background-color: #000000;
	position:fixed;
	z-index:3;
	width:1266px;
	height:40px;
	padding:7px;
	font-weight:300;
	
	font-size:19px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	
	
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity:.80;
	}
.menu a {
	color: #B99917;
	}
.menu ul {
	position:relative;
	left:10px;
}
	
#home{
}
	
#me {
	position:relative;
	z-index:2;
}

#impegno {
	position:relative;
	min-height:300px;
}

#compagni{
	position:relative;
	}
	
#vota{
	position:relative;
	min-height:300px;
	}

#stampa{
	position:relative;
	min-height:300px;
	}
	
#contatti{
	position:relative;
	}
	
#bottom{
	z-index:4;
	position:relative;
	height:240px;
	background-image:url(../img/bottom2.png);
	background-position:bottom;
	background-repeat:no-repeat;	
	text-align: center;
}


h2{
	font-size:19px;
	color: #B99917;
	font-weight:600;
	text-align: center;
}

h3{
	font-size:21px;
	color:black;
	font-weight:600;
}

h4{
	font-size:16px;
	color:black;
	font-weight:600;
}

	
a {
	text-decoration:none;
	border:none;
}

a img {
	border: none;
}

img { border:none; }

.bold {font-weight:900;}

a:link, a:visited {
	color:white;
}

a:hover, a:active {
	color: #B99917;
}

.oro{color:#B99917; font-weight:600;}


.bord{	color:#b24763;}

::selection {
        background: #AB985C; /* Safari */
        color: #FFF;
}

::-moz-selection {
        background: #948540; /* Safari */
        color: #FFF;
        }