@charset "UTF-8";
/* CSS Document */

/*
@name: css/layout.css
@desc: css generale
@author: Chiara Rostagno
@lastauthor: Chiara Rostagno
*/


html, body {margin:0; padding:0; font-family:Tahoma, Verdana, Arial, sans-serif; font-size:13px;}

#striscia_top {margin-top:2px; width:100%; text-align:center;}

h1 {font-size:10px; color:#eccd7e; font-weight:100; margin:0; padding:0;}

#container {width:960px; margin:5px auto; background-color:#f7f7f7; padding:10px;}

#content {width:958px; border:1px solid #958354; height:752px; min-height:752px; height:auto !important;}

#content_sfondo {width:958px;   background-image:url(../img/fondo_basso.jpg); background-repeat:no-repeat;  height:447px;}

#left {float:left; width:515px; padding:10px 20px 10px 20px;}

#left li {list-style-image:url(../img/icona_lista.png);}

#right {float:right; width:350px; padding:10px 20px 10px 30px;}

#right_contatti { margin-top:77px;  margin-left:35px; font-size:11px;}

#right_contatti a, #right_contatti a:link, #right_contatti a:visited {font-size:11px; color:#000; text-decoration:none; font-weight:bold;}
#right_contatti a:hover {font-size:11px; color:#000; text-decoration:underline; font-weight:bold;}

#footer {width:980px; clear:both; margin-top:2px; text-align:center; font-size:10px;}

#footer a, #footer a:link, #footer a:visited {font-size:10px; color:#000; text-decoration:none; font-weight:100;}
#footer a:hover {font-size:10px; color:#000; text-decoration:underline; font-weight:100;}
