body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}

input, textarea
{
	font-size: 11px
}

#contenitore{
position:absolute;
left: 50%;
top: 50%;
margin-top: -315px;
height: 600px;
width: 950px;
margin-left: -475px; /* half the width */
border: 1px solid #fff;
}

#navcontainer
{
margin-top: 60px;
padding: 0;
font: 12px Verdana, sans-serif;
width: 100%;
list-style-type: none;
}

#navlist li
{
float: right;
margin-right: 10px;
padding: 0;
width: auto;
display: block;
/*background-color: #333;*/
}

#navlist a { padding: 3px 10px; }

#navlist li a
{
color: #fff;
text-decoration: none;
border-bottom: 3px solid #000;
display: block;
font-weight: bold;
}

#navlist li a:hover
{
color: #987e45;
border-bottom: 3px solid #bbb;
cursor: pointer;
}
#navlist li a#current, #navlist li a#current:link
{
color: #fff;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #000;
}
#navlist li a#current:hover
{
color: #f90;
border-bottom: 3px solid #bbb;
cursor: pointer;
}



#pscroller2{
width: 600px;
height: 20px;
padding: 3px;
border: 0px solid black;
text-align: left;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
}

a.collegamenti
{
	color: #f90;
	font-weight: bold;
	text-decoration: none
}

a.collegamenti:hover
{
	color: #f90;
	font-weight: bold;
	text-decoration: none
}


