body {
background: white;
color: black;
font-size: 10.5pt;	
/* font-family: "Trebuchet MS", sans-serif; */ 
font-family: sans-serif;
}

/* contenitore principale di tutto il testo della pagina */

#main {
top: 50px;
left: 0;
padding-left: 90px;
padding-right: 15px;
margin-top:50px;
/*margin-bottom: 120px;*/
}

/* contenitore del testo della pagina */

#content {
min-height: 600px;
margin-right: 30px;
}

#content p {
text-align: justify;
}


/* contenitore laterale destro */

#right {
float: right;
background: none;
border-left: 1px solid #ccc;
padding: 0 15px 0 15px;
margin: 0 0 30px 20px;
width:40%;
}

#right a {
color: red;
}

#right a:hover {
color:#666;
}

#right h3 {
background: #FFF url('/img/rstar16.gif') no-repeat;
margin-top: 0;
padding-top: 4px;
padding-left: 35px;
}

#right p {
text-align: left;
}


/* primo box laterale, per i banner */

#box {
padding-bottom: 20px;
padding-top: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 20px;
border-bottom: 1px solid black;
}


#box img{
float: left;
margin-right:15px;
}


/* secondo box laterale, per le news (solo in homepage) */

#blog {
margin-top: 20px;
margin-right: 0px;
border-bottom: 1px solid black;
}

#blog dt {
font-weight: bold;
}

#blog dt a {
text-decoration: none;
color: black;
}

#blog dt a:hover {
color: red;
}

#blog dd {
margin-left: 5px;
font-size: 90%;
}



/* cose sulla barra in alto */

#logo {
float: left;
clear: none;
margin-top: -18px;
margin-left: 15px;
margin-right: 15px;
}

#nav {
font-size: 95%;
padding: 1px;
margin: 0;
border-bottom: 1px solid black;
}

#nav table {
margin: 0;
padding: 0;
}

#nav strong {
margin-left: 5px;
}

.nav_node {
display: block;
background: url('/img/dash.gif') 0px 2px no-repeat;
padding-left: 6px;
}

#nav table td {
margin-left: 5px;
padding-left: 19px;
border-left: 1px dotted #ccc;
}

form#loginform {
display: inline;
}

/*
#nav table td.top_dir {
background: url('/img/arrowr.png') 5px 4px no-repeat;
}


#nav table td.top {
background: url('/img/arrowdwn.png') 5px 4px no-repeat;
}

*/

.arr_dwn {
background: url('/img/arrowdwn.png') 5px 4px no-repeat;
}

.arr_r {
background: url('/img/arrowr.png') 5px 4px no-repeat;
}



#nav a {
color: #666666;
text-decoration: none;
}

#nav a:hover {
color: red;
}

#nav dir a {
color: #666666;
text-decoration: none;
background: url('/img/arrowr.png') 5px 4px no-repeat;
}

#nav dir a:hover {
color: red;
}

#links {
position: absolute;
top: 20px;
left: 0;
height: 18px;
width: 100%;
margin-top: 15px;
background-color: #333;
border-bottom: 1px solid #333;
color: white;
display: block;
font-size: 80%;
padding: 1px 0px;
margin: 0px;
}

#links a {
color: white;
text-decoration: none;
}

#links_login {
float: right;
clear: none;
border-left: 1px solid white;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
}

#links_login p {
margin:0;
padding:0;
}

#links_login td {
font-size: 10px;
}

#links_login input {
font-size: 10px;
}

#links_new {
float: right;
clear: none;
border-left: 1px solid white;
margin-left: 10px;
padding-left: 10px;
/* padding-top: 7px; */
}

#links_new img {
margin-top: -10px;
}

#links_links {
margin-top: 2px;
}


/* footer */

#footer {
text-align: center;
color: #999;
font-size: 65%;
margin-top: 60px;
margin-right: 50px;
clear: both;
}

#manca {
text-align: center;
color: #999;
font-size: 65%;
margin-top: 0px;
margin-right: 50px;
}




