/* CSS Document */
body {
background-image: url(../graphics/sfondo_black.jpg);
}

body {
margin: 20px 20px 0;
}

#main {
border: 1px solid #000;
background-image: url(../graphics/sfondo_black.jpg);
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and
Opera streches it half way. */

#main #menu {
border-left: 1px solid #000;
border-bottom: 1px solid #000;
float: right;
width: 230px;
background-image: url(../graphics/sfondo_black.jpg);
margin: 0 0 10px 10px;
}

p, h1, pre, h2 {
margin: 0 10px 10px;
}

#nav{
list-style: none;
text-align:center;
}

#nav li {
border: 3px solid;
color: #F3C200;
margin: 0;
width: 180px;
}

#nav a:link {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color: #FF0080;
text-decoration: none;
}

#nav a:hover {
color: yellow;
cursor: pointer;
}
p{ font-family:"Trebuchet MS", Verdana, Arial;
color:#FFFFFF;
size:14pt;
} 