/* CSS BY MARIKA */


body {
	background: #000000 url(fondo.gif) top center repeat-y;
	margin: 0 0 10px 0;
	text-align: center;
	font: 12px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
h2 {
	margin: 10px;
	padding: 0px;
	color: Yellow;
	font-weight: bold;
	font-size: 160%;
}
h3 {
	margin: 0 0 0 10px;
	padding: 0px;
	color: Yellow;
	font-weight: bold;
	font-size: 140%;
	}
h4 {
	margin: 0 0 0 10px;
	padding: 0px;
	color: red;
	font-weight: bold;
	font-size: 140%;
	text-align:center;
}
h5 {
	margin: 0px;
	padding: 0px;
	color: red;
	font-weight: bold;
	font-size: 140%;
}
iframe {border: 0px;}
hr { border: 1px solid yellow;}

.gallery{
	border: 2px solid white;
}
a.hover:link, a.active:visited {
	border: 2px solid yellow;
}

#contenitore {
	width: 850px;
	margin: 10px auto;
	text-align: left;
}

a:link, a:visited  {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #FFD700;
	text-decoration: none;
	font-weight: bold;
}
#link {
	text-align: center;
	font-size: 120%;
}


#sinistro {
	width: 180px;
	margin: 20px 0 0 0;
	float: left;
}
#sinistro ul {
	margin: 0px;
	padding: 0px;
	
}
#sinistro li{
	list-style-type: circle;
	margin: 10px 0 0 20px;
}

#destro {
	width: 600px;
	margin: 20px 0 20px 10px;
	border-left: 1px solid #FFD700;
	float: left;
	padding: 0 0 0 10px;
}

#intero {
	width: 850px;
	margin: 20px 0 20px 0;
	padding: 0px;
}

#footer {
	width: 850px;
	height: 26px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	display: block;
	clear: both;
}

