body {
    margin: 0;
    font-family: Verdana, Tahoma;
}
* {
    font-size: 13px;
}
a {
    color: #FF3300;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #CC3300;
}




/* Верхнее меню */

.top_table {
    table-layout: fixed;
    background-color: #505050;
    background-image: url(/img/sovet.gif);
    background-repeat: repeat-x;
}
tr.menu {
    background-image: url(/img/menu-bg-noact.gif);
}
.white {
  color: white;
}



table.menu td {
    text-align: center;
}
td.menu1 {
    border-left: #333333 solid 1px;
}
td.menu2 {
    border-left: #333333 solid 1px;
    border-right: #333333 solid 1px;
}
a.menu_link {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 33px;
    font-size: 13px;
}
a:hover.menu_link, a.act {
	text-decoration: underline;
    color: white;
    background: url(/img/menu-bg-act.gif) #505050;
}
h1.top a, h1.top a:hover, h1.top a:visited  {
    margin: 0px;
    color: white;
    font-size: 28px;
    font-weight: 200;
}
h2, h2 a {
    font-size: 22px;
    color: #333333;
    font-weight: 200;
    margin-bottom: 6px;
    margin-top: 15px;
}



/* Средняя часть */

.center_box {
    table-layout: fixed;
    background-image: url(/img/content-bg.gif);
    background-repeat: repeat-x;
    padding-top: 30px;
}
.center_box2 {
    table-layout: fixed;
}
.center_column {
    padding-right: 30px;  
}




/* Подвал */

.footer_tab {
    margin-top: 20px;
}