@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #EEE;
}

a {
	color: #F08;
	font-weight: bold;
}

a img {
	border: none;
}

h1 {
	display: none
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #FD0;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2 strong {
	color: #F08;
	font-weight: normal;
}

.sinistra h2 {
	color: #F08;
	font-weight: normal;
	text-align: left;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FD0;
	margin-top: 5px;
}

h3 em {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-weight: normal;
}

hr {
	color: #F08;
	height: 1px;
	line-height: 1px;
	width: 400px;
	margin-top: 40px;
	margin-bottom: 30px;
}

strong em, em strong {
	color: #F08;
}

#main {
	width: 970px;
	margin: auto;
	background-color: #000;
}

#header {
	height: 180px;
	text-align: center;
}

.menu {
	height: 30px;
	background-color: #FD1;
}

.menu2 {
	background-color: #D18;
}
	
	.menu ul {
		margin: 0px;
		padding: 0px;
	}
	
	.menu li {
		float: left;
		margin-left: 45px;
		list-style: none;
		padding-top: 5px;
	}
	
	.menu li strong {
		font-size: 18px;
	}
	
	.menu li a {
		color: #000;
		font-size: 16px;
		text-decoration: none;
	}
	
	.menu li a:hover {
		color: #D18;
		color: #000;
	}
	
	.menu li a:hover strong {
		color: #D18;
	}
	
	.menu2 li a:hover strong {
		color: #FFF;
	}

#corpo {
	padding: 20px;
	background: url(img/sf_corpo.jpg) center top no-repeat;
	border: solid #D18;
	border-width: 0px 1px;
}
	
	.serata {
		clear: both;
		height: 200px;
		margin: 20px 0px;
	}
		
		.serata ul {
		}
		
		.serata li {
			float: left;
			width: 305px;
		}
		
		.serata li img {
			float: left;
			margin-right: 10px;
		}
	
	#corpo ul {
		margin: 30px 0px;
		padding: 0px;
	}
	
	#corpo li {
		list-style: none;
		height: 120px;
	}
	
	#corpo .sinistra ul {
		margin: auto;
		padding: inherit;
	}
	
	#corpo .sinistra li {
		list-style: circle;
		height: auto;
		margin-bottom: 15px;
		margin-left: 30px;
	}

#sponsor {
	padding: 2px;
}
	
	#sponsor img {
		vertical-align: middle;
		margin: 0px 5px;
	}

#piedipagina {
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

.centrato {
	clear: both;
	text-align: center;
}

.sinistra {
	clear: both;
	text-align: left;
}

