﻿body
{
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	background-color:#e3e3e3;
	margin:0;
	padding:0;
	font-family:Arial;
}

#sito
{
	width: 990px;
	margin: 0 auto;
	padding-top:10px;
	position: relative;
}

#top
{
	height: 560px;
}

#logo
{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo a
{
	display: block;
	width: 404px;
	height: 112px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#fotoCentro
{
	width:729px;
	height:441px;
}

#menu
{
	position: absolute;
	right: 0;
	top: 100px;	
}
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li
{
	width: 150px;
	height: 33px;
}
#menu ul li a
{
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 28px;
	height: 28px;
	color: Black;
}

#menu ul li:hover, .select
{
	background-image: url(images/puntaMenu.gif);
	background-position: 10px 29px;
	background-repeat: no-repeat;
}
#menu ul li:hover a, .select a
{
	background-color: #a8ac33;
	border: 1px #b7bb57 solid;
	border-top: 0;
	color: White;
}

#content
{
	background-color:#d1c9c5;
}

#bottom
{
	background-color:#dac8c0;
	padding-bottom:10px;
	font-size:11px;	
	border-top:5px #8d8d8d solid;
	clear:both;
}

#bottom ul
{
	margin:0;
	padding:0;
	width:990px;
	list-style:none;
}
#bottom ul li
{
	float:left;
	padding:10px;
}
#bottom ul li a
{
	color:Black;
	text-decoration:none;
}
#bottom ul li a:hover
{
	text-decoration:underline;
}
#bottom #credits
{
	padding:10px;
	clear:both;
}
#bottom #credits a
{
	color:#333;
}

div a img
{
	border:0;
}

.accessoScaduto
{
	background-color:#ddd;
	height:78px;
	font-size:12px;
	padding:4px;
	padding-bottom:0;
}
.accessoScaduto
{
	color:Red;
}
.accessoScaduto p
{
	color:Black;
}
