.main
{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    /*position: absolute;*/
    background: black;
    border-top: none;
/*    border-left: 1px solid #05167B;
    border-right: 1px solid #05167B;*/
        border-left: 1px solid #8B1605;
        border-right: 1px solid #8B1605;
    border-bottom: none;
    /*margin-left: -443px;*/
    margin-left: auto;
    /*margin-right: auto;*/
    padding: 0px 0px 0px 0px;
    width: 886px;
    color: white;
    min-height: 100%;
    /*#height: 100%;*/
    /*left: 50%;*/
    margin: 0px auto;
}


.main_wrapper 
{
    margin: 0px auto;
    /*text-align: center;*/
}

.header 
{
    background: url('../img/headerMM.jpg') no-repeat;
    /*background-position: 0px 42px;*/
    background-position: 0px 0px;
    width: 885px;
    height: 231px;
}

.header_link
{
    /*position: absolute;*/
    border: 0px;
    left: 0px;
    top: 190px;
    width: 400px;
    height: 80px;
}

.menu
{ 
    background: #161616;
    border-right: 1px solid #05167B;
    height: 33px;
    width: 885px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.button
{
    /*position: absolute;*/
    background: url('../img/button.gif') #161616 no-repeat;
    width: 152px;
    height: 25px;
    margin: 4px 12px 3px 10px;
    float: left;
}

.button_text
{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    /*color: #E5E6FB;*/
        color: #ffb97f;
    margin: 5px 10px 0px 10px;
    padding-left: 40px;
    height: 100%;
    width: 100%;
    overflow: hidden;    
}

.button_text a
{
    text-decoration: none;
    color: #ffb97f;
}

.button_text a:link
{
    text-decoration: none;
    color: #ffb97f;
}

.button_text a:visited
{
    text-decoration: none;
    color: #ffb97f;
}

.button_text a:hover
{
    color: #ffe5d0;
}

a
{
    text-decoration: none;
    color: #ffb97f;
}

a:link
{
    text-decoration: none;
    color: #ffb97f;
}

a:visited
{
    text-decoration: none;
    color: #ffb97f;
}

a:hover
{
    color: #ffe5d0;
}

.column
{
    text-align: left;
    font-size: 10pt;
    /*font-family: Tahoma, sans-serif;*/
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 12px 0px 12px 0px;
    /*#padding: 24px 0px 0px 0px;*/
    position: relative;
    background: url('../img/column.png') no-repeat;
    width: 172px;
    height: 450px;
    margin: 12px 12px 12px 12px;
    /*#margin: 12px 6px 0px 6px;*/
    float: left;
}

.content
{
    font-size: 13pt;
    font-family: Arial, sans-serif;
    color: #e2e2e2;
    /*width: 670px;*/
    padding: 10px 10px 10px 196px;
    text-align: justify;
}

.content-moudra
{
    font-size: 13pt; 
    font-family: Arial, sans-serif;
    color: #e2e2e2;
    padding: 10px 10px 10px 10px;
    text-align: justify;
}

.content-moudra p
{ 
    /*border-bottom: 1px solid #8B1605;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.content-moudra p:first-letter 
{
    font-size: 14pt;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.column img
{
    border: none;
    /*position: absolute;*/
    left: 150px;
    vertical-align: bottom;
}

img
{
    border: none;
}

hr
{ 
    border: 0; 
    height: 1px; 
/*    background-color: #E5E6FB;
    color: #E5E6FB;*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 1), rgba(0, 0, 0, 0)); 
}

.column ul
{
    list-style-type: none;
    padding: 0px 0px 0px 10px;
}

h1
{
    font-size: 15pt;
    /*color: white;*/
}

.content h1
{
    color: #E5E6FB;
}

h3
{
    font-size: 13pt;
    color: white;
}

.content-moudra table
{
    font-size: 13pt;
    font-family: Arial, sans-serif;
    color: #e2e2e2; 
    text-align: left;
    padding: 20px 0px 0px 0px;
}

.content-moudra td
{
    padding: 2px 10px;
}

.content-moudra tr:hover
{
    background-color: #2f2f2f;
}

.column li
{
    border-bottom: 1px solid #8B1605;
    /*border-bottom: 1px solid #3526FB;*/
    padding: 2px 0px 1px 0px;
}

body
{
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    background: url('../img/background2.gif') repeat-x black;
}



