

body {
    background-color : #FFF5DF;
    font-family : 'Trebuchet MS', Verdana, 'Lucida Sans', Arial, sans;
    color:#1b1a27;
  }


* html body {
    text-align:center;
  }


#main {
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    width : 900px;
    height:auto;
  }


* html #main {
    text-align:left;
  }


#top {
    width:900px;
    height:270px;
  }


#menu {
    border-bottom-color : #1b1a27;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-top-color : #1b1a27;
    border-top-style : solid;
    border-top-width : 2px;
    height : 20px;
    width : 900px;
    margin-bottom:5px;
  }


* html #menu {
    margin-bottom:10px;
  }


.menuitem {
    margin:0 5px;
    float : left;
    font-size : 14px;
    font-weight:bold;
    text-align : center;
    width : 140px;
    color:1b1a27;
    /* height:18px;
    */;
  }


#tresc {
    float:left;
    clear:left;
    width:615px;
    min-height:400px;
    color:#1b1a27;
    padding:5px;
    height:auto;
  }
* html #tresc {
    width:610px;
}

#fotki {
    float:right;
    width:256px;
    background-color:#ddd;
    border: 1px solid white;
    text-align:center;
    clear:right;
  }


#bottom {
    color:white;
font-weight:bold;
    text-align:center;
    width:900px;
    height:20px;
    background-color:#666;
    clear:both;
  }


a:link, a:visited, a:active {
    color : #1b1a27;
    text-decoration : none;
  }


a:hover {
    color:grey;
    text-decoration:underline;
  }

