body{

    text-align:center;  
    background-color:#FFFFFF;

    
    font-family: verdana,arial;
    font-size:10pt;
    color: #888888;
       
}

#container{
    position: relative;
    width: 850px;
    height: 570px;
    margin: 0px auto;   
    background-color:#FFFFFF; 
    
   	    
    } 

 

#top{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 850px;
    height: 97px;
}
    
 
#main{
    position: absolute;
    left: 200px;
    top: 180px;
    width: 850px; 
    text-align: Left;
}
#titolo{ 
   FONT-WEIGHT: bold; 
   FONT-SIZE: 16px; 
   COLOR: #555555; 
   text-decoration: underline overline;
 }

A:link {
	FONT-WEIGHT: bold; COLOR: #9900FF; 
	text-decoration : none;
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #9900FF; 
	text-decoration : none;
}
A:hover {
	COLOR: #222222; 
	text-decoration : none;
}
A:active {
	COLOR: #9900FF; 
	text-decoration : none;
}


/*****************************************************************/



#navcontainer{
position: relative; top: 200px; width: 400px;

width: 400px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
 
color: #4B0470;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #222222;
margin: 0;
}

#navcontainer li a{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #4B0470;
border-right: 10px solid #D2B7E0;
background-color: #666666;
color: #DDDDDD;
text-decoration: none;
width: 400px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #7911AF;
border-right: 10px solid #E7C4F9;
background-color: #A1A1A1;
color: #FFFFFF;
}

#titololista{
display: block;
padding: 5px 5px 5px 0.5em;
background:  url(top-list-bg.jpg) no-repeat;
  
margin: 0;
color: #DDDDDD; 
font-weight: bold;
width: 400px
} 

#bottomlista{
display: block;
padding: 5px 5px 5px 0.5em;
background:  url(bottom-list-bg.jpg) no-repeat;
 
margin: 0;
color: #666666; 
font-weight: bold;
width: 400px
} 
