*{
font: normal 14px Arial, Verdana, Helvetica, sans-serif;
}

html,body {
    margin:0; 
    padding:0;
    background: #e4e5dd ;
}
    
h3 {
line-height:0;
font-size: 16px;
margin:2px;
}
    
h1 {
margin-top:0;
padding-top:0;
font-size: 18px;
}

li{
margin:0px;
padding:0px;
} 
    

#content {
    margin:0 auto 0 auto;
    text-align:left;
    width: 1015px;
    background-image: url('/assets/templates/granbur/srodek.jpg');
    background-position: 0px 159px;
    }
    
#top {
    background-image: url('/assets/templates/granbur/gora.jpg');
    height: 160px;
}

#left {
  width: 310px;
  float: left;
}

#center {
    width: 610px;
    float:left;
    min-height: 491px;
    margin: 0px;
    padding: 0 10px;
}

* html #center {
    height:491px;
}


.clear {
width: 0;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
clear: both;
}

#bottom {
    background-image: url('/assets/templates/granbur/dol.jpg');
    height: 98px;
    top: 30px;
}


#menu {
    width: 200px;
    margin-top: -15px;
    margin-left:85px;
    }

#menu li{
list-style-type:none;
}
    
#menu li a{
    height: 32px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
    }
        
    
#menu li a:link, #menu li a:visited {
    color: #000;
    display: block;
    background: url(/assets/templates/granbur/menu.gif);
    padding: 8px 0 0 10px;
    }
    
#menu li a:hover {
    color: #FFF;
    background: url(/assets/templates/granbur/menu.gif) 0 -32px;
    padding: 8px 0 0 10px;
    }
    
#menu li a:active {
    color: #fff;
    background: url(/assets/templates/granbur/menu.gif) 0 -64px;
    padding: 8px 0 0 10px;
    }