﻿body 
{
    margin: 0px; 
    background:#9dcac7;
    font-family: Calibri;
}
.mainpage
{
    background: url("BG.jpg") top center no-repeat;
    min-height:750px;
}
.head 
{
    width: 950px;
    height: 216px;
    background: url("glava3.jpg") top left no-repeat;
}

div.mainmenu 
{
    background: black;
    width: 215px; 
    height: 280px;
    float: left;
    margin-right: 10px;
    display: block;
}

div.mainmenu a
{
    color: White;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

div.banners 
{
    background: black;
    width: 215px; 
    min-height: 280px;
    float: left;
    margin-right: 10px;
}

div.meniji 
{
    height: 200px;
    padding-left: 20px;    
    padding-top: 3px;
}

div.meniji a
{
    font-family: Calibri;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

div.meniji a:hover 
{
    color: White;
}
div.content 
{
    width: 468px;
    text-align: left;
    background: black;
    color: White;
    float: left;
    margin-right: 10px;
    padding: 10px;
    min-height: 400px;
}

div.outer_content 
{
    padding-top: 15px;
    width: 948px;
}

div.news 
{
    background: url(/images/content_title_divider.png) bottom left repeat-x;
}


