/* CSS Document */

html{
scrollbar-base-color:black;
scrollbar-highlight-color:#333333 ;
}

body{
margin:0px;
background:black;
font-family: Arial, Helvetica, sans-serif;  
color:white;
text-align:justify
}

a{
color:white
}

#wrapper{
width:780px;
margin:0px auto;
height:400px;
}

#header{
background:url(../images/header_bg.gif) no-repeat;
height:126px;
margin-bottom:15px;
}

#menu{
width:150px;
float:left;
font-family: "Arial Narrow", Arial, Tahoma;
}

.vocemenu{
width:150px;
padding:5px 0px 5px 0px;
border-bottom:1px dotted #333333;
text-indent:5px;
}

.vocemenu a{
color:white;
text-decoration:none;
}

.vocemenu a:hover{
color: #666666;
}

#content{
width:580px;
float:right;
padding:0px 0px 0px 50px;
font-size:80%;
margin-bottom:30px;
}

.content-testograssetto{
font-size:110%;
/*font-weight:bold;*/

}

#footer{
font-size:9px;
color: #333333;
border-top:1px solid #1B1B1B;
padding-top:3px;
margin-bottom:8px;
}

#footer a{
color:#333333;
text-decoration:none;
}

#footer a:hover{
color:#666666;
}

.homepage{
font-size:80%;
text-align:justifys
}

.sottotitoloFoto{
font-size: 85%;
padding-left:400px;
}

#testocourier{
font-family: "Courier New", Courier, monospace;
font-size:18px;
}

input{
background-color:#999999;
border:0px;
font-size:11px;
font-weight:bold
}

textarea{
background-color:#999999;
border:0px;
font-size:11px;
font-weight:bold
}