body {
        background-image: url(assets/images/VKS-BG.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #000000;
        margin: 0px;
        font-family: "garamond", "georgia", "serif";
}

p {
        font-size: 12px;
}

#page_wrapper {
        background-image: url(assets/images/main-2.png);
        background-repeat: no-repeat;
        background-position: center right;
        width: 974px;
        margin: 0px auto;
        padding: 20px 0px 20px 0px;
        height: 600px;
        
}

#navigation {
        width: 174px;
        min-height: 600px;
        background-image: url(assets/images/nav-bar2.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0px;
        padding: 0px;
        float: left;
        
}

#menu {
        line-height: 35px;
/*         min-height: 400px; */
/*         vertical-align: bottom; */
}



#menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none inside;
}

#menu ul li {
        padding-left: 15px;
}

#menu a, #menu a:hover, #manu a:visited, #manu a:active {
        color: #c0b0a8;
        text-decoration: none;
        font-size: 18px;
        font-variant: small-caps;
        font-weight: normal;
        width: 171px;
        height: 35px;
}

#menu a:hover {
        color: #e7d9d3;
}

.active {
/*         list-style-image: url("assets/images/bullet.png");         */
        background-image: url(assets/images/menu-highlight.png);
        background-repeat: no-repeat;
}

#menu li.active:hover {
        background-image: url(assets/images/menu-highlight.png);
        background-repeat: no-repeat;
}

#menu li:hover {
        background-image: url(assets/images/menu-highlight-ro.png);
        background-repeat: no-repeat;
}

#content-area {
        width: 800px;
        min-height: 100px;
        float: left;
        border: 0px solid #766156;
        position: relative;
        left: 0px;
        top: 525px;
/*         background-color: black; */
/*         filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; */
}

#content {
        font-family: "geneva", "tahoma", "sans-serif";
        font-size: small;
        color: #d1c1b9;
        padding: 5px 0px 5px 20px;
/*         filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; */
/*         background-color: black; */
}

#ajaxSearch_input {
        width: 220px;
}