body {
    background-color: #828493;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
}
#logo {
    width: 100%;
    height: 59px;
    background: url(images/dont.png) no-repeat left;
    background-color: #222241;
    margin:0;
    padding:0;
    text-align: right;
}
#top_nav {
    background-color: #000;
    padding: 4px;
    border-top: 2px solid #585A6F;
    border-bottom: 2px solid #585A6F;
    color: #8E8F9D;
    font-weight: bold;
    text-align: right
}
#top_nav ul {
    padding: 1px 0;
    margin: 0;
}
#top_nav li {
    display: inline;
    list-style: none;
    padding: 0 8px 1px 8px;
    margin: 0 2px;
}
#top_nav li a {
    text-decoration: none;
    color: #8E8F9D;
}
#top_nav .current {
    text-decoration: none;
    color: #fff;
}
#top_nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222241;
}

#main_content {
    margin:0;
    padding-right: 60px;
    padding-top: 70px;
    min-height: 350px;
    background: url(images/bg_dont.jpg) no-repeat left top;
    background-color: #585A6F;
}
#home_content {
    margin-left: auto;
    width: 350px;
    text-align:left;
}
#content {
    margin-left: auto;
    width: 550px;
    text-align:left;
}
h1 {
    font-family: verdana, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #8E8F9D;
}
p, ul {
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #D3D3DA;
}
li {
    margin-top: 3px;
}
.links {
    border: 2px solid #00254A;
    float: left;
    width: 200px;
    margin:100px 10px 10px 10px;
    border-left:10px solid #00254A;
    background-color:#8E8F9D;
}
.links ul {
    margin: 0;
    padding: 0;
}
.links li {
    list-style-type: none;
    border: 1px solid #bbf;
    font-size: 9px;
    margin: 2px;
    padding: 2px;
    color: black;
}
img {
    border: 0 none;
}
#footer {
    clear: both;
    width: 100%;
    padding-top: 10px;
    background-color: #828493;
    text-align: right;
    border-top: 2px solid #585A6F;
    color: #BFBFCA;
    font-weight: bold;
    text-align: right;
}
#footer ul {
    padding: 1px 0;
    margin: 0;
}
#footer li {
    display: inline;
    list-style: none;
    padding: 0 4px 1px 4px;
    margin: 0 2px;
}
#footer li a {
    text-decoration: none;
    color: #CDCDD6;
}
#footer .current {
    text-decoration: none;
    color: #fff;
}
#footer li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #585A6F;
}

#content a:link {
    text-decoration: underline;
    color: #A6C0EC;
}
#content a:visited {
    text-decoration: underline;
    color: #BCBDBB;
}
#content a:hover {
    text-decoration: underline;
    color: #fff;
}
#content a:active {
    text-decoration: underline;
    color: #fff;
}
#itsnotmail {
    color: #fff;
    font-size: 9px;
    width: 350px;
    text-align: right;
}
.peopl {
     padding: 10px 10px 10px 120px;
     background: transparent url(pics/dbabic.jpg) 0 10px no-repeat;
     color: #fff;
}
.peopl a {
     color: #fff;
     text-decoration: underline;
}
.projects li.vazno {
    font-size: 13px;
    font-weight: bold;
}