/* CSS Document */

* {border:0;
margin:0;
padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Rambla', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: justify;
}
.menu {
	float: right;
	background: #1c1;
	font-style:normal
}

.contenitore {
	background-color: #CCC;
	height: 800px;
	width: 1330px;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(foto_def_1.jpg);
}

.testo {
	font-family: 'Rambla', "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000;
	opacity:.80;
	font-size: 15px;
	color: #FFF;
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-left: 30px;
	padding: 15px;
	text-align: left;
	line-height: 18px;
	border-top: solid 2px;
}

.about {
	margin:30px;
	text-shadow: 1px 1px 8px #666;

}

#bv {
	width: 250px;
	opacity:.80;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

h1 {
	text-shadow: 1px 1px 12px #666;
	font-size: 32px;
	font-weight:normal;
	padding-left: 30px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	margin-top: 30px;
	padding-left: 30px;
}


a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

a:visited {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

a:hover {
	color: #88e9e3;
}
