body, p, ul, li, td, tr, form, img {
    margin:0;
    padding:0;
    border:none;
}
body {
    font-family:Tahoma, Geneva, sans-serif;
    font-size:13px;
    background-color:#1f1f1f;
    background-position:top;
    background-repeat:repeat-x;
    color:#5c5c5c;
}
#holder {
    width:964px;
    margin:0 auto;
    position:relative;
}
#logo {
    position:absolute;
    left:72px;
    top:157px;
    width:208px;
    height:48px;
}
#facebook {
    position:absolute;
    left:593px;
    top:195px;
    width:129px;
    height:41px;
}
#galerija {
    position:absolute;
    left:35px;
    top:91px;
    width:300px;
    height:40px;
    font-weight:bold;
    font-size:12px;
}
#galerija a {
    color:#efdfc7;
    text-decoration:none;
}
/* CONTENT */
#contentColumn {
    width:752px;
    float:left;
    background:url(images/content_bckg.jpg) repeat-y;
    min-height:630px;
}
    #header {
        height:205px;
        background:url(images/head.jpg) no-repeat;
        font-size:11px;
        padding:42px 17px 0 21px;
    }
        #header div.lang {
            float:right;
            background:url(images/head_divider.png) right no-repeat;
            padding:0 18px 0 16px;
            line-height:11px;
        }
        #header div.lang a {
            text-decoration:none;
            color:#616161;
        }
        #header div.lang a:hover, #header div.lang a#active {
            color:#f5d6a7;
        }

    #contentLeft {
        width:489px;
        background:url(images/content_corner_left.jpg) bottom left  no-repeat;
        float:left;
    }
        #contentHeader {
            height:45px;
            background-image:url(images/content_header_bckg.jpg);
            margin-left:4px;
        }
        #contentBody {
            padding:0 18px 15px 15px;
        }
        #contentBody .news {
            clear:both;
            background:url(images/news_arrow.png) left center no-repeat;
            padding:15px 0 9px 10px;
        }
        #contentBody h2 {
            color:#c12a08;
            font-size:12px;
            padding:0 0 4px;
            margin:0;
            width:171px;
        }
        #contentBody p {
            color:#fefefe;
            font-size:12px;
            padding:0;
            margin:0;
            width:171px;
        }
        #contentBody .nimg {
            padding:1px;
            border:1px solid #4d4d4d;
            float:right;
        }

    #contentRight {
        width:227px;
        padding:0 18px;
        background:url(images/right_top.jpg) top no-repeat;
        float:right;
        min-height:200px;
    }
    #contentRight p {
        padding-bottom:15px;
    }
    #contentRight div {
        padding-bottom:5px;
    }
    #contentRight input {
        border:1px solid #929292;
        background-color:#393938;
    }
    #contentRight input.input {
        width:161px;
    }

/* RIGHT */
#rightColumn {
    width:196px;
    float:right;
    color:#929292;
    background:url(images/rightc_top.jpg) top no-repeat;
    padding:43px 0 0 16px;
}
#rightColumn p {
    padding-bottom:38px;
}

/* FOOTER */
#footer {
    height:100px;
    padding:28px 0 0 63px;
    background:url(images/footer.jpg) no-repeat;
    clear:both;
    color:#929292;
    font-size:11px;
}
#footer a {
    color:#929292;
    text-decoration:none;
}
