body{
    padding: 0;
    margin: 0;
    background-color: #c4c4c4;
    font-family: verdana;
    font-size: 11px;
}

.top_container{
    border-bottom: 4px solid #4e4e4e;
    height: 143px;
    background-color: white;
}

.center_page{
    width: 794px;
    margin: auto;
}

.page_content{
    background-image: url("images/background.png");
    min-height: 674px;
    border-bottom: 4px solid #4e4e4e;
    background-repeat: repeat-x;
    background-color: white;
}

.footer_container{
    background-image: url("images/footer.png");
    height: 59px;
    padding-top: 20px;
    text-align: right;
}

#logo{
    width: 291px;
    height: 143px;
    background: url("images/logo.png") no-repeat center;
    float:left;
}

.menu_container{
    float:right;
    width: 500px;
}

.welcom_container{
    width: 260px;
    height: 47px;
    background-image: url("images/welcom_panel.png");
    margin-left: 226px;
    padding: 7px;
    text-align: center;
}
.menu{
    margin-top:50px;
    text-align: left;
    margin-left: 20px;
}

.menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    display: block;
    float:left;
    padding: 7px 11px;
    height: 16px;
}
a:active, a:visited, a:link{
    text-decoration: none;
    color: black;
}

.menu a.current, .menu a:hover{
    background-image: url("images/a_current.png");
    color: white;
}

.panel{
    width: 240px;
    height: 118px;
    float: left;
}
.panel .panel_left{
    float: left;
    height: 118px;
    width: 5px;
    background-image: url("images/panel_left.png")
}
.panel .panel_content{
    float: left;
    width: 211px;
    height: 98px;
    background-image: url("images/panel_content.png");
    padding: 10px;
}
.panel .panel_right{
    float: left;
    height: 118px;
    width: 4px;
    background-image: url("images/panel_right.png")
}

.top_panels_container{
    padding-top: 20px;
    height: 130px;
}

.content{
    background-color: white;
    width: 505px;
    min-height: 466px;
    float: left;
    padding: 5px;
}

.right_sidebar{
    float: right;
    width: 242px;
    height: 466px;
}

h1{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px dashed #4e4e4e;
    padding-bottom: 3px
}

.sidebar_news div{
    float:left
}
.sidebar_news .news_left{
    width: 4px;
    height: 286px;
    background-image: url("images/news_left.png");
}

.sidebar_news .news_center{
    width: 222px;
    height: 276px;
    background-image: url("images/news_content.png");
    padding: 5px;
}

.sidebar_news .news_right{
    width: 4px;
    height: 286px;
    background-image: url("images/news_right.png");
}

#projects_panel{
    height: 134px;
}
