BODY {
    background:#170e09 url('../img/body_bg.gif'); /*#361f14;*//* #261410;*/
    padding:0px;
    margin:0px;
    font: 400 12px lucida sans, tahoma, sans-serif;
    letter-spacing:1px;
    }
#main {
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    width:800px;

    background: #fcf7da ;
    border:1px solid #000;
    border-bottom-width:3px;
    
    }

#homelink {
    text-align:right;
    font-size:9px;
    }

#bar_sx {
    width:150px;
   /* height:350px; */
    float:left;
    margin-left:40px;
    position:relative;
    top:-30px;

    }
#navi {
    padding-top:30px;
    background-color:#7e5a17;
    border:1px solid #000;
    border-top:0px;
    height:300px;
    width:100%;
    }
#navi UL {
    list-style-type: none;
    padding: 8px;
    margin: 0px;
    font: 400 12px lucida sans, tahoma, sans-serif;
    color:#fcf7da;
    letter-spacing:1px;
    }
#navi UL LI {
    margin-bottom:8px;
    }
#navi UL LI A {}
#navi UL LI A:link {color:#fcf7da;text-decoration:none;}
#navi UL LI A:visited {color:#fcf7da;}
#navi UL LI A:hover {text-decoration:underline;color:#050301;}
#navi UL LI A:active {color:#000;}

#page_mark {
    width:150px;
    height:115px;
    background:#050301 url('../img/page_mark.gif');
    margin-top:7px;
    }
    
    
#testo {
    color:#0f1c2b;
    padding:1px;
    padding-left:210px;
    padding-right:10px;

    
    }
#testo H2 {
    font: 600 28px lucida sans, tahoma, sans-serif;
    background-image:url('../img/key.gif');
background-repeat:no-repeat;
background-position:left 9px;
    padding-left:28px;
    
    }
    
#testo HR {
        color:#0f1c2b;
        width:90%;
        margin:30px 20px 30px 20px;
        
    
    }
#testo A {}
#testo A:link {color:#0f1c2b;text-decoration:none;}
#testo A:visited {color:#000;}
#testo A:hover {color:#7e5a17;text-decoration:underline;}
#testo A:active {color:#ccc;}
    
A.pdf {
    display:block;

    padding:10px;
    padding-left:30px;
    background: url('../img/pdf.gif') center left no-repeat;
  
    }
    
IMG.cd {
    padding:3px;
 background: url('../img/cd_bg.gif') top left no-repeat;
    
    }
    
TD.newcd {
    background: url('../img/newcd.gif') bottom right no-repeat;
    }

.bigpic {
    margin-left:30px;
    border:3px solid #000;
    }

#footer {
    font-size:10px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
margin-top:8px;
    text-align:center;
    color:#fcf7da ;
    }
.clear {height:0px;
	clear:both;}
