/***** MENU *****/
#menu_container{
width: 173px;
float: left;
background-color:#424242;
}

#menu_content_1{
border-bottom: 2px solid #3a3a3a;
}

.menu_content{
color:#fff;
padding: 9px 3px 9px 23px;
font-size: 11px;
border-bottom: 1px solid #595953;
cursor:pointer;
}

.menu_content a:link {
color: #fff;
text-decoration: none;
}

.menu_content a:hover {
color: #fff;
text-decoration: none;
}

.menu_content a:visited {
color: #fff;
text-decoration: none;
}

.active{
background-color:#cc0000;
}

.active a:link {
background-color:#cc0000;
}

.active a:hover {
background-color:#cc0000;
}

.active a:visited {
background-color:#cc0000;
}

/***** CONTENT *****/

#body-content_container{
float: left;
padding: 25px 0 5px 29px;
width: 821px;
border-left: 1px solid #848484;
background-color:#373737;
}

#body-content{
/*background-color: #9d9b9c;*/
width: 589px;
margin-top: 5px;
}

/*.block_head{
background-color: #1d1d1d;
color: #8f8f8f;
font-size: 11px;
font-weight: bold;
line-height: 16px;
padding-left: 12px;
}

.block_text{
background-color: #9d9b9c;
color:#000;
float: left;
font-size: 12px;
line-height: 14px;
padding: 20px 12px;
width: 565px;
}*/
.first_block{
background-color: #9d9b9c;
float: left;
}

.block{
margin-top:10px;
background-color: #9d9b9c;
float: left;
}

.block_head{
background-color: #1d1d1d;
color: #8f8f8f;
font-size: 11px;
font-weight: bold;
line-height: 16px;
padding-left: 12px;
}

.block_text{
background-color: #9d9b9c;
color:#000;
font-size: 12px;
line-height: 14px;
padding: 5px 12px;
width: 565px;
}

.block_text a:link {
color:#ffffff;
text-decoration:none;
}

.block_text a:hover {
color:#ffffff;
text-decoration:none;
}

.block_text a:visited {
color:#ffffff;
text-decoration:none;
}


.mail:link{
color:#000;
text-decoration: none;
}

.mail:hover{
color:#000;
text-decoration: none;
}

.mail:visited{
color:#000;
text-decoration: none;
}